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.
|
4 weeks ago | |
---|---|---|
collections | 2 years ago | |
defaults | 2 years ago | |
files | 2 years ago | |
handlers | 2 years ago | |
roles | 2 years ago | |
tasks | 4 weeks ago | |
templates/etc | 4 weeks ago | |
tests | 2 years ago | |
vars | 4 weeks ago | |
.ansible-lint | 2 years ago | |
.gitignore | 12 months ago | |
.pre-commit-config.yaml | 1 month ago | |
.yamllint | 2 years ago | |
README.md | 4 weeks ago | |
init-rocky-openqa-developer-host.yml | 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.