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
|
## Provides / Information
|
||||||
|
|
||||||
This repository is for AWX templates.
|
This repository is for openQA operations and management.
|
||||||
|
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
├── README.md
|
├── collections
|
||||||
|
│ └── README.md
|
||||||
├── defaults
|
├── defaults
|
||||||
│ └── main.yml
|
│ └── main.yml
|
||||||
├── files
|
├── files
|
||||||
│ └── README.md
|
│ └── README.md
|
||||||
├── handlers
|
├── handlers
|
||||||
│ └── main.yml
|
│ └── main.yml
|
||||||
├── tasks
|
├── init-rocky-openqa-developer-host.yml
|
||||||
│ └── main.yml
|
├── localhost.yml
|
||||||
├── templates
|
├── README.md
|
||||||
|
├── roles
|
||||||
│ └── README.md
|
│ └── README.md
|
||||||
|
├── tasks
|
||||||
|
│ ├── main.yml
|
||||||
|
│ └── openqa.yml
|
||||||
|
├── templates
|
||||||
|
│ └── etc
|
||||||
|
│ ├── firewalld
|
||||||
|
│ │ └── services
|
||||||
|
│ │ └── openqa-vnc.xml.j2
|
||||||
|
│ └── openqa
|
||||||
|
│ ├── client.conf.j2
|
||||||
|
│ └── openqa.ini.j2
|
||||||
├── tests
|
├── tests
|
||||||
│ ├── README.md
|
│ ├── README.md
|
||||||
│ ├── inventory
|
|
||||||
│ └── test.yml
|
│ └── test.yml
|
||||||
└── vars
|
└── vars
|
||||||
└── main.yml
|
├── main.yml
|
||||||
|
└── openqa.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Guidelines
|
## Guidelines
|
||||||
|
Loading…
Reference in New Issue
Block a user