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