You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
collections | 2 years ago | |
defaults | 2 years ago | |
files | 2 years ago | |
handlers | 2 years ago | |
roles | 2 years ago | |
tasks | 2 years ago | |
templates | 2 years ago | |
tests | 2 years ago | |
vars | 2 years ago | |
.ansible-lint | 2 years ago | |
.gitignore | 11 months ago | |
.pre-commit-config.yaml | 2 years ago | |
.yamllint | 2 years ago | |
README.md | 11 months ago |
README.md
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.