Go to file
Al Bowles 1ff3f8e194
Add deployment of Rocky-specific branding to automation
2023-06-28 10:25:51 -05:00
collections Move requirements file to meet convention 2023-02-19 15:23:01 -06:00
defaults Initial 2021-01-31 02:04:46 -07:00
files Add deployment of Rocky-specific branding to automation 2023-06-28 10:25:51 -05:00
handlers Correctly name workers.ini, move worker restart to handler 2023-02-27 21:22:12 -06:00
roles add collections and roles 2021-02-11 00:24:32 -07:00
tasks Add deployment of Rocky-specific branding to automation 2023-06-28 10:25:51 -05:00
templates Add deployment of Rocky-specific branding to automation 2023-06-28 10:25:51 -05:00
tests Linter fixes 2023-02-18 14:35:36 -06:00
vars Add deployment of Rocky-specific branding to automation 2023-06-28 10:25:51 -05:00
.ansible-lint Linter fixes 2023-02-18 14:35:36 -06: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-02-18 13:43:37 -06:00
init-rocky-openqa-developer-host.yml Add deployment of Rocky-specific branding to automation 2023-06-28 10:25:51 -05:00
init-rocky-openqa-worker-host.yml Add some usages 2023-02-28 12:55:38 -06:00
remove-rocky-openqa-multivm-networking.yml WIP: Automation for configuring multivm networking 2023-03-02 21:38:59 -06: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.