You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Louis Abel b61331f52d
correction to rsyncd
3 days ago
collections Use FQCN 1 year ago
defaults init 1 year ago
files add 9 10 months ago
handlers finish rsyncd configuration 8 months ago
roles init 1 year ago
tasks use stable branch, main doesn't exist 6 months ago
templates status string fix 8 months ago
tests init 1 year ago
vars correction to rsyncd 3 days ago
.ansible-lint init 1 year ago
.gitignore Use FQCN 1 year ago
.pre-commit-config.yaml update pre-commit config 1 month ago
.yamllint init 1 year ago
README.md init 1 year ago
adhoc-facts-refresh.yml Use FQCN 1 year ago
adhoc-rabbitmqqueue.yml Use FQCN 1 year ago
adhoc-rabbitmquser.yml Use FQCN 1 year ago
init-rocky-account-services.yml Use FQCN 1 year ago
init-rocky-ansible-host.yml Use FQCN 1 year ago
init-rocky-bugzilla.yml Use FQCN 1 year ago
init-rocky-chrony.yml Use FQCN 1 year ago
init-rocky-install-kvm-hosts.yml Use FQCN 1 year ago
init-rocky-mantisbt.yml Use FQCN 1 year ago
init-rocky-noggin-theme.yml Use FQCN 1 year ago
init-rocky-noggin.yml Use FQCN 1 year ago
init-rocky-openqa-developer-host.yml Use FQCN 1 year ago
init-rocky-postfix-relay.yml Use FQCN 1 year ago
init-rocky-repo-servers.yml Use FQCN 1 year ago
init-rocky-system-config.yml Use FQCN 1 year ago
local-ansible.cfg init 1 year ago
role-rocky-bootstrap_staging.yml Use FQCN 1 year ago
role-rocky-graylog.yml Use FQCN 1 year ago
role-rocky-mirrormanager.yml Use FQCN 1 year ago
role-rocky-monitoring.yml Use FQCN 1 year ago
role-rocky-mqtt.yml Use FQCN 1 year ago
role-rocky-node_exporter.yml Use FQCN 1 year ago
role-rocky-pinnwand.yml Use FQCN 1 year ago
role-rocky-rabbitmq.yml Use FQCN 1 year ago
role-rocky-repopool.yml finish rsyncd configuration 8 months ago

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)

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