ansible-buildsys-management/README.md

29 lines
759 B
Markdown
Raw Permalink Normal View History

2022-12-14 01:05:22 +00:00
# Ansible AWX Template: Build System Management
2023-02-17 05:13:59 +00:00
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.
2022-12-14 01:05:22 +00:00
## 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
```