Playbooks here currently have the following dependencies:
- Ansible Galaxy roles:
stafwag.package_update
- Install roles from Ansible Galaxy like this:
They will install into the default directory, typically
$ ansible-galaxy role install <ROLE_NAME>
~/.ansible/roles/
on Unix and macOS systems.
Run in the following way:
$ ansible-playbook -i hosts.yml <PLAYBOOK>
The following playbooks are currently available:
update-reboot.yml
- Runs OS-appropriate package updates across the AWS-hosted inventory, and when complete reboots each one, waiting for each to come back.