Merge remote-tracking branch 'origin/github/pr/148'
[grml-live.git] / etc / grml / fai / config / files / etc / cloud / cloud.cfg.d / 42_grml.cfg / GRMLBASE
1 # cloud-init configuration for Grml live system.
2 #
3 # This file was deployed via grml-live's
4 # ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/51-cloud-init script, using
5 # ${GRML_FAI_CONFIG}/config/files/etc/cloud/cloud.cfg.d/42_grml.cfg/GRMLBASE
6
7 system_info:
8    # This will affect which distro class gets used
9    distro: debian
10    # Default user name + that default users groups (if added/used)
11    default_user:
12      name: grml
13      lock_passwd: True
14      gecos: Grml
15      groups: [adm, audio, cdrom, dialout, dip, floppy, netdev, plugdev, sudo, video]
16      sudo: ["ALL=(ALL) NOPASSWD:ALL"]
17      shell: /bin/zsh
18    # Other config here will be given to the distro class and/or path classes
19    paths:
20       cloud_dir: /var/lib/cloud/
21       templates_dir: /etc/cloud/templates/
22       upstart_dir: /etc/init/
23    package_mirrors:
24      - arches: [default]
25        failsafe:
26          primary: http://deb.debian.org/debian
27          security: http://security.debian.org/
28    ssh_svcname: ssh