Update filelist
This commit is contained in:
parent
6911a4c8a7
commit
2d2ef95f0a
31
README.md
31
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
|
||||
|
Loading…
Reference in New Issue
Block a user