blob: 93f635700916ea5c1a57c0e821a940fb89569199 [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
Filip Pytloun5de79582015-09-04 15:16:28 +02007
8# Better let managing of /etc/hosts on salt and others
9# manage_etc_hosts: localhost
Filip Pytloun60411d12015-06-25 21:14:41 +020010
11# The modules that run in the 'init' stage
12cloud_init_modules:
13 - migrator
14 - seed_random
15 - bootcmd
16 - write-files
17 - growpart
18 - resizefs
19 - set_hostname
20 - update_hostname
21 - update_etc_hosts
22 - ca-certs
23 - rsyslog
24 - users-groups
25 - ssh
26
27# The modules that run in the 'config' stage
28cloud_config_modules:
29# Emit the cloud config ready event
30# this can be used by upstart jobs for 'start on cloud-config'.
31 - emit_upstart
32 - disk_setup
33 - mounts
34 - ssh-import-id
35 - locale
36 - set-passwords
37 - grub-dpkg
38 - apt-pipelining
39 - apt-configure
40 - package-update-upgrade-install
41 - landscape
42 - timezone
43 - puppet
44 - chef
45 - salt-minion
46 - mcollective
47 - disable-ec2-metadata
48 - runcmd
49 - byobu
50
51# The modules that run in the 'final' stage
52cloud_final_modules:
53 - rightscale_userdata
54 - scripts-vendor
55 - scripts-per-once
56 - scripts-per-boot
57 - scripts-per-instance
58 - scripts-user
59 - ssh-authkey-fingerprints
60 - keys-to-console
61 - phone-home
62 - final-message
63 - power-state-change
jan kaufmane06f5862015-08-12 23:46:11 +020064
65datasource:
66 Ec2:
67 timeout: 5 # (defaults to 50 seconds)
68 max_wait: 10 # (defaults to 120 seconds)
69 OpenStack:
70 timeout: 5 # (defaults to 50 seconds)
71 max_wait: 10 # (defaults to 120 seconds)
72