mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +00:00
The infrastructure monorepo for the Rocky Linux project. This will be archived/deprecated in the future.
2891c562c8
While prepping for my demo to the testing team, I ran into a few issues. These did not come up earlier as I was using an incomplete method for nuking my local openQA install to test this automation. - Check for Postgres data directory now correctly checks for a `base` dir rather than its parent `data` (which can exist but be empty if Postgres has been installed but not initialized - firewalld service is named `http`, not `httpd` - Automation now "logs in" to web UI, allowing fifloader.py to execute |
||
---|---|---|
.github/workflows | ||
ansible | ||
architecture/monitoring | ||
scripts | ||
tests | ||
utils | ||
.ansible-lint | ||
.pre-commit-config.yaml | ||
.yamllint | ||
README.md |
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