ansible-mirrorlist-management/README.md

33 lines
728 B
Markdown
Raw Permalink Normal View History

2023-02-04 23:35:05 +00:00
# Ansible AWX Template: Mirror List Management
Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI. This helps manage and maintain the mirror manager instances.
## Provides / Information
This repository is for AWX templates.
```
.
├── 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
```
## Guidelines
These guidelines are on the Core Wiki.