cloud-init/cloud-init-fedora.cfg
2011-10-05 11:31:19 -07:00

41 lines
669 B
YAML

user: ec2-user
disable_root: 1
ssh_pwauth: 0
cc_ready_cmd: ['/bin/true']
locale_configfile: /etc/sysconfig/i18n
mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
ssh_deletekeys: 0
ssh_genkeytypes: ~
ssh_svcname: sshd
syslog_fix_perms: ~
cloud_init_modules:
- bootcmd
- resizefs
- set_hostname
- rsyslog
- ssh
cloud_config_modules:
- mounts
- ssh-import-id
- locale
- set-passwords
- timezone
- puppet
- disable-ec2-metadata
- runcmd
cloud_final_modules:
- rightscale_userdata
- scripts-per-once
- scripts-per-boot
- scripts-per-instance
- scripts-user
- keys-to-console
- phone-home
- final-message
# vim:syntax=yaml