From 2d2ef95f0aac3bfb58d4eda34350ff2cdc87f0b0 Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Sat, 18 Feb 2023 12:51:51 -0600 Subject: [PATCH] Update filelist --- README.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2850f14..9ce5174 100644 --- a/README.md +++ b/README.md @@ -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