This template should be copied, as to manage playbooks and tasks into reproducible, repeatable, and organized manner.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Raimund Konz 8bd4f52b7c lint fixes 11 months ago
collections add collections and roles 5 years ago
defaults Initial 5 years ago
files Initial 5 years ago
handlers Initial 5 years ago
roles add collections and roles 5 years ago
tasks lint fixes 11 months ago
templates Initial 5 years ago
tests lint fixes 11 months ago
vars Initial 5 years ago
.ansible-lint lint fixes 11 months ago
.gitignore add .gitignore 3 years ago
.pre-commit-config.yaml Initial 5 years ago
.yamllint adding lint configs 5 years ago
README.md Update readme 3 years 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.