
Include a new set of docs that can be used to create a readthedocs.org site, which includes examples, directory layout, capabilities and such. This in-code documentation then allows for readthedocs.org to create a website directly from the cloud-init codebase.
2.6 KiB
Cloud config examples |
Including users and groups
../../examples/cloud-config-user-groups.txt
Writing out arbitrary files
../../examples/cloud-config-write-files.txt
Adding a yum repository
../../examples/cloud-config-yum-repo.txt
Configure an instance's trusted CA certificates
../../examples/cloud-config-ca-certs.txt
Install and run chef recipes
../../examples/cloud-config-chef.txt
Setup and run puppet
../../examples/cloud-config-puppet.txt
Add apt repositories
../../examples/cloud-config-add-apt-repos.txt
Run commands on first boot
../../examples/cloud-config-boot-cmds.txt
../../examples/cloud-config-run-cmds.txt
Alter the completion message ---------------------------
../../examples/cloud-config-final-message.txt
Install arbitrary packages
../../examples/cloud-config-install-packages.txt
Run apt or yum upgrade
../../examples/cloud-config-update-packages.txt
Adjust mount points mounted
../../examples/cloud-config-mount-points.txt
Call a url when finished
../../examples/cloud-config-phone-home.txt
Reboot/poweroff when finished ---------------------------
../../examples/cloud-config-power-state.txt
Configure instances ssh-keys ---------------------------
../../examples/cloud-config-ssh-keys.txt