blob: cbc22c3a618b00fd94484789d6f6719b845da906 [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
9 # 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
17 # 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/
22 package_mirrors:
23 - arches: [i386, amd64]
24 failsafe:
25 primary: http://archive.ubuntu.com/ubuntu
26 security: http://security.ubuntu.com/ubuntu
27 search:
28 primary:
29 - http://eu.archive.ubuntu.com/ubuntu/
30 - http://us.archive.ubuntu.com/ubuntu/
31 security: []
32 - arches: [armhf, armel, default]
33 failsafe:
34 primary: http://ports.ubuntu.com/ubuntu-ports
35 security: http://ports.ubuntu.com/ubuntu-ports
36 ssh_svcname: ssh
37