Go to file
Louis Abel 0bb8111601
add rocky 10
2024-02-12 19:12:21 -07:00
collections add initial koji bits 2022-12-13 22:19:02 -07:00
defaults init 2022-12-13 18:05:22 -07:00
files init 2022-12-13 18:05:22 -07:00
handlers init 2022-12-13 18:05:22 -07:00
roles add initial syncing playbooks 2023-02-19 20:54:48 -07:00
tasks add notes 2023-11-18 15:21:27 -07:00
templates init 2022-12-13 18:05:22 -07:00
tests init 2022-12-13 18:05:22 -07:00
vars add rocky 10 2024-02-12 19:12:21 -07:00
.ansible-lint move some lint rules to names 2023-02-19 23:43:42 -07:00
.gitignore init 2022-12-13 18:05:22 -07:00
.pre-commit-config.yaml update pre-commit config 2023-02-15 16:49:37 -07:00
.yamllint init 2022-12-13 18:05:22 -07:00
README.md update python3.11 packages 2023-02-16 22:13:59 -07:00
adhoc-compose-run-sig.yml start to add compose calls 2023-10-09 10:59:30 -07:00
adhoc-compose-run.yml start to add compose calls 2023-10-09 10:59:30 -07:00
adhoc-compose-sync-generate-filelist.yml start to add compose calls 2023-10-09 10:59:30 -07:00
adhoc-compose-sync-production.yml become 2023-11-18 15:09:45 -07:00
adhoc-compose-sync-staging.yml become 2023-11-18 15:09:45 -07:00
adhoc-koji-create-build-tag.yml add initial koji bits 2022-12-13 22:19:02 -07:00
adhoc-koji-create-tag.yml add initial koji bits 2022-12-13 22:19:02 -07:00
adhoc-koji-create-user.yml add initial koji bits 2022-12-13 22:19:02 -07:00
init-ansible-host.yml add initial koji bits 2022-12-13 22:19:02 -07:00
init-refresh-koji-external-repos.yml add external repos for koji 2022-12-14 23:46:00 -07:00
init-refresh-koji-tags.yml rearrange and build extra tags 2022-12-14 11:55:34 -07:00

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