forked from pool/cloud-init
83245c4ac8
initial package OBS-URL: https://build.opensuse.org/request/show/172828 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=1
40 lines
704 B
Plaintext
40 lines
704 B
Plaintext
# adapted default config for (open)SUSE systems
|
|
user: root
|
|
disable_root: False
|
|
preserve_hostname: False
|
|
cc_ready_cmd: [ /bin/true ]
|
|
syslog_fix_perms: root:root
|
|
# datasource_list: ["NoCloud", "ConfigDrive", "OVF", "MAAS", "Ec2", "CloudStack"]
|
|
|
|
cloud_init_modules:
|
|
- bootcmd
|
|
- set_hostname
|
|
- update_hostname
|
|
- update_etc_hosts
|
|
- ca-certs
|
|
- rsyslog
|
|
- ssh
|
|
|
|
cloud_config_modules:
|
|
- mounts
|
|
- ssh-import-id
|
|
- locale
|
|
- set-passwords
|
|
- landscape
|
|
- timezone
|
|
- puppet
|
|
- chef
|
|
- salt-minion
|
|
- mcollective
|
|
- disable-ec2-metadata
|
|
- runcmd
|
|
|
|
cloud_final_modules:
|
|
- rightscale_userdata
|
|
- scripts-per-once
|
|
- scripts-per-boot
|
|
- scripts-per-instance
|
|
- scripts-user
|
|
- keys-to-console
|
|
- final-message
|