Update filelist

This commit is contained in:
Al Bowles 2023-02-18 12:51:51 -06:00
parent 6911a4c8a7
commit 2d2ef95f0a
No known key found for this signature in database
GPG Key ID: 9B42314A30F1A3D1
1 changed files with 22 additions and 9 deletions

View File

@ -1,30 +1,43 @@
# Ansible AWX Template: Template
# Ansible AWX Template: openQA Management
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.
Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI.
## Provides / Information
This repository is for AWX templates.
This repository is for openQA operations and management.
```
.
├── README.md
├── collections
│   └── README.md
├── defaults
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
├── tasks
│   └── main.yml
├── templates
├── init-rocky-openqa-developer-host.yml
├── localhost.yml
├── README.md
├── roles
│   └── README.md
├── tasks
│   ├── main.yml
│   └── openqa.yml
├── templates
│   └── etc
│   ├── firewalld
│   │   └── services
│   │   └── openqa-vnc.xml.j2
│   └── openqa
│   ├── client.conf.j2
│   └── openqa.ini.j2
├── tests
│   ├── README.md
│   ├── inventory
│   └── test.yml
└── vars
└── main.yml
├── main.yml
└── openqa.yml
```
## Guidelines