blob: bfaa1fe90b8ce6e36adf3473278d0510d195b496 [file] [log] [blame]
jan kaufman0fcf1a72015-05-06 10:16:12 +02001datasource:
2 Ec2:
3 timeout: 5 # (defaults to 50 seconds)
4 max_wait: 10 # (defaults to 120 seconds)
5
6system_info:
7 # This will affect which distro class gets used
8 distro: ubuntu
Filip Pytloun077322e2015-06-25 19:18:33 +02009 # Default user name + that default users groups (if added/used)
10 default_user:
11 name: ubuntu
12 lock_passwd: True
13 gecos: Ubuntu
14 groups: [adm, audio, cdrom, dialout, dip, floppy, netdev, plugdev, sudo, video]
15 sudo: ["ALL=(ALL) NOPASSWD:ALL"]
16 shell: /bin/bash
jan kaufman0fcf1a72015-05-06 10:16:12 +020017 # Other config here will be given to the distro class and/or path classes
18 paths:
19 cloud_dir: /var/lib/cloud/
20 templates_dir: /etc/cloud/templates/
21 upstart_dir: /etc/init/
jan kaufman0fcf1a72015-05-06 10:16:12 +020022 ssh_svcname: ssh
23