Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 350 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 350 Bytes

Cloudinit

Installs cloud-init

Role Variables

  • cloud_cfg can optionally be supplied, this template file overrides the default role centos.cfg and ubuntu.cfg files.

Example Playbook

- hosts: all
  roles:
    - cloudinit
  post_tasks:
    - reboot: # Recommend way to run cloud-init