Go to file
Louis Abel dff8c22030
init
2022-12-13 18:05:22 -07:00
collections init 2022-12-13 18:05:22 -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 init 2022-12-13 18:05:22 -07:00
tasks init 2022-12-13 18:05:22 -07:00
templates init 2022-12-13 18:05:22 -07:00
tests init 2022-12-13 18:05:22 -07:00
vars init 2022-12-13 18:05:22 -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 init 2022-12-13 18:05:22 -07:00
.yamllint init 2022-12-13 18:05:22 -07:00
README.md init 2022-12-13 18:05:22 -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.

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