Skip to content

Instantly share code, notes, and snippets.

@ahmetb
Created December 12, 2015 00:07
Show Gist options
  • Save ahmetb/45e6d915c18fa8beac57 to your computer and use it in GitHub Desktop.
Save ahmetb/45e6d915c18fa8beac57 to your computer and use it in GitHub Desktop.
#cloud-config
disable_root: false
manage_etc_hosts: true
# The modules that run in the 'init' stage
cloud_init_modules:
- migrator
- ubuntu-init-switch
- seed_random
- bootcmd
- write-files
- growpart
- resizefs
- set_hostname
- update_hostname
- [ update_etc_hosts, once-per-instance ]
- ca-certs
- rsyslog
- users-groups
- ssh
# The modules that run in the 'config' stage
cloud_config_modules:
- disk_setup
- mounts
- ssh-import-id
- locale
- set-passwords
- grub-dpkg
- apt-pipelining
- apt-configure
- package-update-upgrade-install
- landscape
- timezone
- puppet
- chef
- salt-minion
- mcollective
- disable-ec2-metadata
- runcmd
- byobu
# The modules that run in the 'final' stage
cloud_final_modules:
- rightscale_userdata
- scripts-vendor
- scripts-per-once
- scripts-per-boot
- scripts-per-instance
- scripts-user
- ssh-authkey-fingerprints
- keys-to-console
- phone-home
- final-message
- power-state-change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment