cloud-init/cloud-init-fedora.cfg

63 lines
1.1 KiB
INI
Raw Normal View History

2012-09-23 00:06:28 +00:00
users:
- default
2011-09-23 17:44:26 +00:00
disable_root: 1
ssh_pwauth: 0
2011-10-05 18:31:19 +00:00
locale_configfile: /etc/sysconfig/i18n
2011-09-23 17:44:26 +00:00
mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
resize_rootfs_tmp: /dev
2011-10-05 18:31:19 +00:00
ssh_deletekeys: 0
2011-09-23 23:36:24 +00:00
ssh_genkeytypes: ~
2011-09-23 23:31:33 +00:00
syslog_fix_perms: ~
2011-09-23 17:44:26 +00:00
cloud_init_modules:
- bootcmd
2012-09-23 00:06:28 +00:00
- write-files
2011-09-23 17:44:26 +00:00
- resizefs
- set_hostname
2012-09-23 00:06:28 +00:00
- update_hostname
- update_etc_hosts
2011-09-23 17:44:26 +00:00
- rsyslog
2012-09-23 00:06:28 +00:00
- users-groups
2011-09-23 17:44:26 +00:00
- ssh
cloud_config_modules:
- mounts
- locale
- set-passwords
- timezone
- puppet
2012-09-23 00:06:28 +00:00
- chef
- salt-minion
- mcollective
2011-09-23 17:44:26 +00:00
- disable-ec2-metadata
- runcmd
cloud_final_modules:
- rightscale_userdata
- scripts-per-once
- scripts-per-boot
- scripts-per-instance
- scripts-user
2012-09-23 00:06:28 +00:00
- ssh-authkey-fingerprints
2011-09-23 17:44:26 +00:00
- keys-to-console
- phone-home
- final-message
2012-09-23 00:06:28 +00:00
system_info:
2012-12-14 18:13:27 +00:00
default_user:
name: fedora
2012-12-14 18:13:27 +00:00
lock_passwd: true
gecos: Fedora Cloud User
groups: [wheel, adm, systemd-journal]
2012-12-14 18:13:27 +00:00
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
shell: /bin/bash
2012-09-23 00:06:28 +00:00
distro: fedora
paths:
cloud_dir: /var/lib/cloud
templates_dir: /etc/cloud/templates
ssh_svcname: sshd
2011-09-23 17:44:26 +00:00
# vim:syntax=yaml