The infrastructure monorepo for the Rocky Linux project. This will be archived/deprecated in the future.
Go to file
Pascal Watteel ec056805ff changed the structure to reflect more modern ansible best practices
moved inv vars to group vars
moved roles to collections and fixed playbooks
added a prepare ansible host playbook to download needed roles and playbooks
modified public roles and collection paths to install inside our dir structure to keep them from global installation
2020-12-12 18:13:38 +04:00
.github/workflows fix ansible lint 2020-12-12 05:51:19 -07:00
.idea changed the structure to reflect more modern ansible best practices 2020-12-12 18:13:38 +04:00
ansible changed the structure to reflect more modern ansible best practices 2020-12-12 18:13:38 +04:00
scripts adding prechecks to roles 2020-12-10 11:07:43 -07:00
tests adding prechecks to roles 2020-12-10 11:07:43 -07:00
utils adding prechecks to roles 2020-12-10 11:07:43 -07:00
.yamllint YAMLlint CI added 2020-12-11 12:42:11 +01:00
README.md updating branches 2020-12-11 01:24:34 -07:00

Infrastructure

We will add more data here soon

ansible -> All ansible playbooks, modules, etc are here
scripts -> Scripts for infrastructure go here
tests   -> Repo specific tests
utils   -> Utilities focused for infrastructure or testing this repo

Contributions

See a place for improvement? See an error or bug? Have your own scripts or playbooks you want to add? Help us by opening an issue with a pull request for review!

Branches

Note: This is in the idea phase

The main branch is the top level branch that should, in most circumstances, not take direct changes. There are currently two branches:

  • main
  • develop