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.
Al Bowles 2d2ef95f0a
Update filelist
4 weeks ago
collections add collections and roles 2 years ago
defaults Initial 2 years ago
files Initial 2 years ago
handlers Initial 2 years ago
roles add collections and roles 2 years ago
tasks Initial commit 4 weeks ago
templates/etc Initial commit 4 weeks ago
tests Initial 2 years ago
vars Initial commit 4 weeks ago
.ansible-lint adding lint configs 2 years 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 Initial commit 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
├── localhost.yml
├── README.md
├── roles
│   └── README.md
├── tasks
│   ├── main.yml
│   └── openqa.yml
├── templates
│   └── etc
│       ├── firewalld
│       │   └── services
│       │       └── openqa-vnc.xml.j2
│       └── openqa
│           ├── client.conf.j2
│           └── openqa.ini.j2
├── tests
│   ├── README.md
│   └── test.yml
└── vars
    ├── main.yml
        └── openqa.yml

Guidelines

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