29 lines
713 B
Markdown
29 lines
713 B
Markdown
# 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
|
|
```
|