collections | ||
defaults | ||
files | ||
handlers | ||
roles | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.ansible-lint | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.yamllint | ||
adhoc-compose-run-sig.yml | ||
adhoc-compose-run.yml | ||
adhoc-compose-sync-generate-filelist.yml | ||
adhoc-compose-sync-production.yml | ||
adhoc-compose-sync-staging.yml | ||
adhoc-koji-create-build-tag.yml | ||
adhoc-koji-create-tag.yml | ||
adhoc-koji-create-user.yml | ||
init-ansible-host.yml | ||
init-refresh-koji-external-repos.yml | ||
init-refresh-koji-tags.yml | ||
README.md |
Ansible AWX Template: Build System Management
Ansible AWX is the method used for the RESF and its project's infrastructure, as a replacement for using the CLI. This template is for management of the build systems such as koji and peridot, as well as repository syncing and management.
Provides / Information
This repository is for Build System 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