Go to file
Louis Abel ff5cb35875
add rabbitmq topics
2023-07-22 21:25:14 -07:00
collections Use FQCN 2022-03-27 22:01:23 -07:00
defaults init 2022-02-26 20:19:20 -07:00
files update system-auth 2023-05-17 23:18:44 -07:00
handlers delegate to first in list 2023-07-15 18:51:26 -07:00
roles delegate to first in list 2023-07-15 18:51:26 -07:00
tasks add rabbitmq topics 2023-07-22 21:25:14 -07:00
templates rmq documentation is inconsistent 2023-07-17 11:58:59 -07:00
tests init 2022-02-26 20:19:20 -07:00
vars add rabbitmq topics 2023-07-22 21:25:14 -07:00
.ansible-lint init 2022-02-26 20:19:20 -07:00
.gitignore Use FQCN 2022-03-27 22:01:23 -07:00
.pre-commit-config.yaml update pre-commit config 2023-02-15 16:51:44 -07:00
.yamllint init 2022-02-26 20:19:20 -07:00
README.md update readme 2023-07-17 02:18:45 -07:00
adhoc-facts-refresh.yml Use FQCN 2022-03-27 22:01:23 -07:00
adhoc-rabbitmqqueue.yml Use FQCN 2022-03-27 22:01:23 -07:00
adhoc-rabbitmquser.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-account-services.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-ansible-host.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-bugzilla.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-chrony.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-install-kvm-hosts.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-koji-ecosystem.yml add koji playbooks to ops repo 2023-04-13 15:19:30 -07:00
init-rocky-mantisbt.yml start to decommission rabbitmq role 2023-07-15 00:10:52 -07:00
init-rocky-noggin-theme.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-noggin.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-openqa-developer-host.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-postfix-relay.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-repo-servers.yml Use FQCN 2022-03-27 22:01:23 -07:00
init-rocky-session-recording.yml fix tlogging 2023-04-21 21:46:27 -07:00
init-rocky-system-config.yml conform motd to 80x24 2023-04-22 01:24:19 -07:00
local-ansible.cfg init 2022-02-26 20:19:20 -07:00
role-rocky-bootstrap_staging.yml Use FQCN 2022-03-27 22:01:23 -07:00
role-rocky-graylog.yml Use FQCN 2022-03-27 22:01:23 -07:00
role-rocky-kojid-staging.yml Remove centos references for koji 2023-07-19 13:46:18 -07:00
role-rocky-kojid.yml Remove centos references for koji 2023-07-19 13:46:18 -07:00
role-rocky-kojihub-staging.yml Remove centos references for koji 2023-07-19 13:46:18 -07:00
role-rocky-kojihub.yml Remove centos references for koji 2023-07-19 13:46:18 -07:00
role-rocky-mirrormanager.yml Use FQCN 2022-03-27 22:01:23 -07:00
role-rocky-monitoring.yml Use FQCN 2022-03-27 22:01:23 -07:00
role-rocky-mqtt.yml use crb handlers 2023-04-22 00:57:00 -07:00
role-rocky-node_exporter.yml Use FQCN 2022-03-27 22:01:23 -07:00
role-rocky-pinnwand.yml Use FQCN 2022-03-27 22:01:23 -07:00
role-rocky-rabbitmq.yml force rocky 9 or higher 2023-07-19 12:44:13 -07:00
role-rocky-repopool.yml finish rsyncd configuration 2022-07-15 13:44:41 -07:00

README.md

Ansible AWX Template: Ops Management

Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI. This template is used specifically for management of systems and infrastructure and takes bits and pieces from the original infrastructure git repository on GitHub.

This repository may include duplicate playbooks from other ansible management repositories. Some pieces may also be removed and put into their own repository.

Notes on local runs and playbooks for local development systems

There are some playbooks that are meant to be ran locally. There are also cases where AWX is not feasible. To run said playbooks, these are things to keep in mind:

  • local-ansible.cfg will need to be used
  • init-rocky-ansible-host.yml will need to be ran using that configuration file (if there are roles/collections needed)
  • It is highly recommended that you change all host: all to host: '{{ host }}' as you may want more control.

Provides / Information

This repository is for Infrastructure operations.

.
├── README.md
├── defaults
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
├── tasks
│   └── main.yml
├── templates
│   └── README.md
├── tests
│   ├── README.md
│   ├── inventory
│   └── test.yml
└── vars
    └── main.yml