heat/heat/cloudinit/config

18 lines
334 B
Plaintext

runcmd:
- setenforce 0 > /dev/null 2>&1 || true
user: ec2-user
cloud_config_modules:
- locale
- set_hostname
- ssh
- timezone
- update_etc_hosts
- update_hostname
- runcmd
# Capture all subprocess output into a logfile
# Useful for troubleshooting cloud-init issues
output: {all: '| tee -a /var/log/cloud-init-output.log'}