Go to file
Louis Abel 63602e18e2
update python3.11 packages
2023-02-16 22:13:59 -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 koji bits 2022-12-13 22:19:02 -07:00
tasks add external repos for koji 2022-12-14 23:46:00 -07:00
templates init 2022-12-13 18:05:22 -07:00
tests init 2022-12-13 18:05:22 -07:00
vars update python3.11 packages 2023-02-16 22:13:59 -07:00
.ansible-lint init 2022-12-13 18:05:22 -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-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