# Ansible AWX Template: Ops Management Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI. This template is used specifically for management of systems and infrastructure and takes bits and pieces from the original infrastructure git repository on GitHub. This repository may include duplicate playbooks from other ansible management repositories. Some pieces may also be removed and put into their own repository. ## Notes on local runs and playbooks for local development systems There are some playbooks that are meant to be ran locally. There are also cases where AWX is not feasible. To run said playbooks, these are things to keep in mind: * local-ansible.cfg will need to be used * `init-rocky-ansible-host.yml` will need to be ran using that configuration file (if there are roles/collections needed) ## Provides / Information This repository is for Infrastructure operations. ``` . ├── README.md ├── defaults │   └── main.yml ├── files │   └── README.md ├── handlers │   └── main.yml ├── tasks │   └── main.yml ├── templates │   └── README.md ├── tests │   ├── README.md │   ├── inventory │   └── test.yml └── vars └── main.yml ```