You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Al Bowles f6cb7f343a
Correctly name workers.ini, move worker restart to handler
3 weeks ago
collections Move requirements file to meet convention 4 weeks ago
defaults Initial 2 years ago
files Initial 2 years ago
handlers Correctly name workers.ini, move worker restart to handler 3 weeks ago
roles add collections and roles 2 years ago
tasks Correctly name workers.ini, move worker restart to handler 3 weeks ago
templates/etc Correctly name workers.ini, move worker restart to handler 3 weeks ago
tests Linter fixes 4 weeks ago
vars Linter fixes 4 weeks ago
.ansible-lint Linter fixes 4 weeks ago
.gitignore add .gitignore 12 months ago
.pre-commit-config.yaml corrections to pre-commit 1 month ago
.yamllint adding lint configs 2 years ago
README.md Update filelist 4 weeks ago
init-rocky-openqa-developer-host.yml Linter fixes 4 weeks ago
init-rocky-openqa-worker-host.yml Linter fixes 4 weeks ago

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.