ansible-openqa-management/README.md

46 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-02-18 18:51:51 +00:00
# Ansible AWX Template: openQA Management
2021-01-31 09:04:46 +00:00
2023-02-18 18:51:51 +00:00
Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI.
2021-01-31 09:04:46 +00:00
## Provides / Information
2023-02-18 18:51:51 +00:00
This repository is for openQA operations and management.
2021-01-31 09:04:46 +00:00
```
.
2023-02-18 18:51:51 +00:00
├── collections
│   └── README.md
2021-01-31 09:04:46 +00:00
├── defaults
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
2023-02-18 18:51:51 +00:00
├── init-rocky-openqa-developer-host.yml
├── localhost.yml
├── README.md
├── roles
│   └── README.md
2021-01-31 09:04:46 +00:00
├── tasks
2023-02-18 18:51:51 +00:00
│   ├── main.yml
│   └── openqa.yml
2021-01-31 09:04:46 +00:00
├── templates
2023-02-18 18:51:51 +00:00
│   └── etc
│   ├── firewalld
│   │   └── services
│   │   └── openqa-vnc.xml.j2
│   └── openqa
│   ├── client.conf.j2
│   └── openqa.ini.j2
2021-01-31 09:04:46 +00:00
├── tests
│   ├── README.md
│   └── test.yml
└── vars
2023-02-18 18:51:51 +00:00
├── main.yml
└── openqa.yml
2021-01-31 09:04:46 +00:00
```
## Guidelines
2023-02-15 23:39:28 +00:00
These guidelines can be found either on the Rocky Linux Wiki or the Infrastructure Wiki.