You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Louis Abel 66bdaf8be8
move some lint rules to names
1 month ago
collections add initial koji bits 3 months ago
defaults init 3 months ago
files init 3 months ago
handlers init 3 months ago
roles add initial syncing playbooks 1 month ago
tasks move some lint rules to names 1 month ago
templates init 3 months ago
tests init 3 months ago
vars update python3.11 packages 1 month ago
.ansible-lint move some lint rules to names 1 month ago
.gitignore init 3 months ago
.pre-commit-config.yaml update pre-commit config 1 month ago
.yamllint init 3 months ago
README.md update python3.11 packages 1 month ago
adhoc-compose-sync-generate-filelist.yml add initial syncing playbooks 1 month ago
adhoc-compose-sync-production.yml add initial syncing playbooks 1 month ago
adhoc-compose-sync-staging.yml add initial syncing playbooks 1 month ago
adhoc-koji-create-build-tag.yml add initial koji bits 3 months ago
adhoc-koji-create-tag.yml add initial koji bits 3 months ago
adhoc-koji-create-user.yml add initial koji bits 3 months ago
init-ansible-host.yml add initial koji bits 3 months ago
init-refresh-koji-external-repos.yml add external repos for koji 3 months ago
init-refresh-koji-tags.yml rearrange and build extra tags 3 months ago

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