jan kaufman | 0fcf1a7 | 2015-05-06 10:16:12 +0200 | [diff] [blame^] | 1 | datasource: |
| 2 | Ec2: |
| 3 | timeout: 5 # (defaults to 50 seconds) |
| 4 | max_wait: 10 # (defaults to 120 seconds) |
| 5 | |
| 6 | system_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 | |