daily pastebin goal
14%
SHARE
TWEET

Untitled

a guest Nov 30th, 2017 65 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ...
  2.  
  3. # System and/or distro specific settings
  4. # (not accessible to handlers/transforms)
  5. system_info:
  6.    # This will affect which distro class gets used
  7.    distro: ubuntu
  8.    # Default user name + that default users groups (if added/used)
  9.    default_user:
  10.      name: bcc
  11.      lock_passwd: True
  12.      gecos: Bcc
  13.      groups: [adm, audio, cdrom, dialout, dip, floppy, lxd, netdev, plugdev, sudo, video]
  14.      sudo: ["ALL=(ALL) NOPASSWD:ALL"]
  15.      shell: /bin/bash
  16.      ssh-authorized-keys:
  17.        - ssh-rsa AAAAB...
  18.  
  19. ...
RAW Paste Data
Top