Go to file
Al Bowles f6cb7f343a
Correctly name workers.ini, move worker restart to handler
2023-02-27 21:22:12 -06: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 Initial 2021-01-31 02:04:46 -07: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 Correctly name workers.ini, move worker restart to handler 2023-02-27 21:22:12 -06:00
templates/etc Correctly name workers.ini, move worker restart to handler 2023-02-27 21:22:12 -06:00
tests Linter fixes 2023-02-18 14:35:36 -06:00
vars Linter fixes 2023-02-18 14:35:36 -06: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 Linter fixes 2023-02-18 14:35:36 -06:00
init-rocky-openqa-worker-host.yml Linter fixes 2023-02-18 14:35:36 -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.