chore: cleanup cloud-init config formatting
This commit is contained in:
parent
7d25e4b0c6
commit
7cb1a3da27
@ -1,55 +1,55 @@
|
||||
users:
|
||||
- default
|
||||
- default
|
||||
|
||||
disable_root: 0
|
||||
ssh_pwauth: 0
|
||||
ssh_pwauth: 0
|
||||
|
||||
mount_default_fields: [~, ~, 'auto', 'defaults,nofail,x-systemd.requires=cloud-init.service', '0', '2']
|
||||
resize_rootfs_tmp: /dev
|
||||
ssh_deletekeys: 1
|
||||
ssh_genkeytypes: ['rsa', 'ecdsa', 'ed25519']
|
||||
ssh_deletekeys: 1
|
||||
ssh_genkeytypes: ['rsa', 'ecdsa', 'ed25519']
|
||||
syslog_fix_perms: ~
|
||||
disable_vmware_customization: false
|
||||
|
||||
cloud_init_modules:
|
||||
- disk_setup
|
||||
- migrator
|
||||
- bootcmd
|
||||
- write-files
|
||||
- [ growpart, always ]
|
||||
- [ resizefs, always ]
|
||||
- set_hostname
|
||||
- update_hostname
|
||||
- [ update_etc_hosts, once-per-instance ]
|
||||
- rsyslog
|
||||
- users-groups
|
||||
- ssh
|
||||
- disk_setup
|
||||
- migrator
|
||||
- bootcmd
|
||||
- write-files
|
||||
- [ growpart, always ]
|
||||
- [ resizefs, always ]
|
||||
- set_hostname
|
||||
- update_hostname
|
||||
- [ update_etc_hosts, once-per-instance ]
|
||||
- rsyslog
|
||||
- users-groups
|
||||
- ssh
|
||||
|
||||
cloud_config_modules:
|
||||
- mounts
|
||||
- locale
|
||||
- set-passwords
|
||||
- rh_subscription
|
||||
- yum-add-repo
|
||||
- timezone
|
||||
- puppet
|
||||
- chef
|
||||
- salt-minion
|
||||
- mcollective
|
||||
- disable-ec2-metadata
|
||||
- runcmd
|
||||
- mounts
|
||||
- locale
|
||||
- set-passwords
|
||||
- rh_subscription
|
||||
- yum-add-repo
|
||||
- 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
|
||||
- ssh-authkey-fingerprints
|
||||
- keys-to-console
|
||||
- phone-home
|
||||
- final-message
|
||||
- power-state-change
|
||||
- rightscale_userdata
|
||||
- scripts-per-once
|
||||
- scripts-per-boot
|
||||
- scripts-per-instance
|
||||
- scripts-user
|
||||
- ssh-authkey-fingerprints
|
||||
- keys-to-console
|
||||
- phone-home
|
||||
- final-message
|
||||
- power-state-change
|
||||
|
||||
system_info:
|
||||
default_user:
|
||||
@ -64,5 +64,3 @@ system_info:
|
||||
cloud_dir: /var/lib/cloud
|
||||
templates_dir: /etc/cloud/templates
|
||||
ssh_svcname: sshd
|
||||
|
||||
# vim:syntax=yaml
|
||||
|
@ -1,9 +1,9 @@
|
||||
disable_root: 0
|
||||
ssh_pwauth: 1
|
||||
ssh_pwauth: 1
|
||||
|
||||
# Set the distro defaults
|
||||
system_info:
|
||||
default_user:
|
||||
name: root
|
||||
shell: /bin/bash
|
||||
lock_passwd: false
|
||||
default_user:
|
||||
name: root
|
||||
shell: /bin/bash
|
||||
lock_passwd: false
|
||||
|
Loading…
Reference in New Issue
Block a user