Go to file
Louis Abel 59c82413e2
corrections to pre-commit
2023-02-15 16:49:12 -07:00
collections add collections and roles 2021-02-11 00:24:32 -07:00
defaults Initial 2021-01-31 02:04:46 -07:00
files Initial 2021-01-31 02:04:46 -07:00
handlers Initial 2021-01-31 02:04:46 -07:00
roles add collections and roles 2021-02-11 00:24:32 -07:00
tasks Initial 2021-01-31 02:04:46 -07:00
templates Initial 2021-01-31 02:04:46 -07:00
tests Initial 2021-01-31 02:04:46 -07:00
vars Initial 2021-01-31 02:04:46 -07:00
.ansible-lint adding lint configs 2021-02-11 01:56:38 -07:00
.gitignore add .gitignore 2022-03-27 22:02:31 -07:00
.pre-commit-config.yaml corrections to pre-commit 2023-02-15 16:49:12 -07:00
.yamllint adding lint configs 2021-02-11 01:56:38 -07:00
README.md update readme 2023-02-15 16:39:28 -07:00

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 can be found either on the Rocky Linux Wiki or the Infrastructure Wiki.