This project will contain playbooks that I use to configure my home lab.
- Ansible
- Ansible AWX (Upstream of Ansible Automation Platform)
This repository is built to be used by AWX so most of the configuration will lie within the application. If the plan is to use this repository on the command line, then put the configuration within the $HOME/.ansible
directory or $HOME/.ansible.cfg
file.
All files and configurations that are needed for a custom execution environment can be found within the ee
directory within this repository.
All playbooks should go into the playbooks
directory.
Ultimately variables should live within the Ansible AWX application. If a variable needs to live within this project, then please place them in a file into the appropriate directories: group_vars
and host_vars
.