summaryrefslogtreecommitdiff
path: root/config/cloud.cfg
blob: c499969fc33f186d40c732b590d9f191492a1744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
cloud: auto
user: ubuntu
disable_root: 1
preserve_hostname: False

cloud_init_modules:
 - resizefs
 - set_hostname
 - update_hostname
 - rsyslog

cloud_config_modules:
 - mounts
 - ssh-import-id
 - locale
 - ssh
 - grub-dpkg
 - apt-update-upgrade
 - puppet
 - disable-ec2-metadata
 - runcmd
 - byobu

cloud_final_modules:
 - scripts-per-once
 - scripts-per-boot
 - scripts-per-instance
 - scripts-user
 - keys-to-console
 - phone-home
 - final-message

## logging.cfg contains info on logging output for cloud-init
#include logging.cfg

## dpkg-cloud-sources.cfg contains the values
## selected by dpkg configuration
#opt_include distro.cfg

##local.cfg is for local overrides of any of the above
#opt_include local.cfg