33 lines
771 B
Markdown
33 lines
771 B
Markdown
# Ansible AWX Template: Template
|
|
|
|
Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI. This template should be copied, as to manage playbooks and tasks into reproducible, repeatable, and organized manner.
|
|
|
|
## 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.
|