Go to file
Al Bowles a25f79c502
fix: match filenames to convention
2024-03-22 21:51:11 -05:00
collections Move requirements file to meet convention 2023-11-17 22:56:18 -06:00
defaults Initial 2021-01-31 02:04:46 -07:00
files deploy rocky branding 2023-02-26 00:09:55 -08:00
handlers Automation to uninstall openQA on developer hosts 2024-03-22 22:59:42 +00:00
roles add collections and roles 2021-02-11 00:24:32 -07:00
tasks fix: match filenames to convention 2024-03-22 21:51:11 -05:00
templates Add templates for multivm networking 2024-03-22 22:59:42 +00:00
tests Linter fixes 2024-03-22 22:59:40 +00:00
vars fix: match filenames to convention 2024-03-22 21:51:11 -05:00
.ansible-lint Linter fixes 2024-03-22 22:59:40 +00:00
.gitignore add .gitignore 2022-03-27 22:02:31 -07:00
.pre-commit-config.yaml corrections to pre-commit 2023-02-15 16:49:12 -07:00
.yamllint adding lint configs 2021-02-11 01:56:38 -07:00
README.md Update filelist 2023-11-17 22:56:09 -06:00
init-rocky-openqa-developer-host.yml fix: match filenames to convention 2024-03-22 21:51:11 -05:00
init-rocky-openqa-worker-host.yml Linter fixes 2024-03-22 22:59:40 +00:00
remove-rocky-openqa-developer-host.yml Automation to uninstall openQA on developer hosts 2024-03-22 22:59:42 +00:00
remove-rocky-openqa-multivm-networking.yml WIP: Automation for configuring multivm networking 2024-03-22 22:59:42 +00:00

README.md

Ansible AWX Template: openQA Management

Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI.

Provides / Information

This repository is for openQA operations and management.

.
├── collections
│   └── README.md
├── defaults
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
├── init-rocky-openqa-developer-host.yml
├── init-rocky-openqa-worker-host.yml
├── README.md
├── roles
│   └── README.md
├── tasks
│   ├── main.yml
│   ├── openqa-worker.yml
│   └── openqa.yml
├── templates
│   └── etc
│       ├── firewalld
│       │   └── services
│       │       ├── openqa-socket.xml.j2
│       │       └── openqa-vnc.xml.j2
│       └── openqa
│           ├── client.conf.j2
│           ├── openqa.ini.j2
│           └── workers.conf.j2
├── tests
│   ├── README.md
│   └── test.yml
└── vars
    ├── main.yml
    ├── openqa-worker.yml
    └── openqa.yml

Guidelines

These guidelines can be found either on the Rocky Linux Wiki or the Infrastructure Wiki.