Go to file
Al Bowles f65755a31a Merge pull request 'deploy rocky branding' (#2) from tcooper/ansible-openqa-management:add_branding into main
Reviewed-on: #2
2023-03-17 06:09:18 +00:00
collections add collections and roles 2021-02-11 00:24:32 -07:00
defaults Initial 2021-01-31 02:04:46 -07:00
files deploy rocky branding 2023-02-26 00:09:55 -08:00
handlers Initial 2021-01-31 02:04:46 -07:00
roles add collections and roles 2021-02-11 00:24:32 -07:00
tasks deploy rocky branding 2023-02-26 00:09:55 -08:00
templates/etc deploy rocky branding 2023-02-26 00:09:55 -08:00
tests Initial 2021-01-31 02:04:46 -07:00
vars deploy rocky branding 2023-02-26 00:09:55 -08:00
.ansible-lint adding lint configs 2021-02-11 01:56:38 -07: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 12:51:51 -06:00
init-rocky-openqa-developer-host.yml deploy rocky branding 2023-02-26 00:09:55 -08: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
├── 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.