Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 745 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 745 Bytes

obf-ansible - Ansible playbooks for OBF-run servers

Install dependencies

Playbooks here currently have the following dependencies:

  • Ansible Galaxy roles:
    • stafwag.package_update
    • Install roles from Ansible Galaxy like this:
      $ ansible-galaxy role install <ROLE_NAME>
      They will install into the default directory, typically ~/.ansible/roles/ on Unix and macOS systems.

Run the playbooks

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.