blob: 962c91ad3b0d1386af7e2bf8cb38d9db736685c5 [file] [log] [blame]
Filip Pytloun60411d12015-06-25 21:14:41 +02001# If this is set, 'root' will not be able to ssh in and they
2# will get a message to login instead as the above $user (ubuntu)
Filip Pytloun896f37b2015-06-25 18:35:42 +02003disable_root: false
Filip Pytloun60411d12015-06-25 21:14:41 +02004
5# This will cause the set+update hostname module to not operate (if true)
6preserve_hostname: false
7manage_etc_hosts: localhost
8
9# The modules that run in the 'init' stage
10cloud_init_modules:
11 - migrator
12 - seed_random
13 - bootcmd
14 - write-files
15 - growpart
16 - resizefs
17 - set_hostname
18 - update_hostname
19 - update_etc_hosts
20 - ca-certs
21 - rsyslog
22 - users-groups
23 - ssh
24
25# The modules that run in the 'config' stage
26cloud_config_modules:
27# Emit the cloud config ready event
28# this can be used by upstart jobs for 'start on cloud-config'.
29 - emit_upstart
30 - disk_setup
31 - mounts
32 - ssh-import-id
33 - locale
34 - set-passwords
35 - grub-dpkg
36 - apt-pipelining
37 - apt-configure
38 - package-update-upgrade-install
39 - landscape
40 - timezone
41 - puppet
42 - chef
43 - salt-minion
44 - mcollective
45 - disable-ec2-metadata
46 - runcmd
47 - byobu
48
49# The modules that run in the 'final' stage
50cloud_final_modules:
51 - rightscale_userdata
52 - scripts-vendor
53 - scripts-per-once
54 - scripts-per-boot
55 - scripts-per-instance
56 - scripts-user
57 - ssh-authkey-fingerprints
58 - keys-to-console
59 - phone-home
60 - final-message
61 - power-state-change
jan kaufmane06f5862015-08-12 23:46:11 +020062
63datasource:
64 Ec2:
65 timeout: 5 # (defaults to 50 seconds)
66 max_wait: 10 # (defaults to 120 seconds)
67 OpenStack:
68 timeout: 5 # (defaults to 50 seconds)
69 max_wait: 10 # (defaults to 120 seconds)
70