Initial import; migrate some roles from irl.wip

This commit is contained in:
Iain Learmonth 2025-10-31 22:36:32 +00:00
commit 2ba6c6691b
44 changed files with 1573 additions and 0 deletions

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# sr2.core
## Usage
It is not possible for collections to depend on roles, so the roles must be included in your requirements.
```yaml
collections:
- src: git+https://guardianproject.dev/sr2/ansible-collection-core.git
version: "main"
roles:
- src: git+https://github.com/ansible-lockdown/RHEL9-CIS.git
version: "2.0.0"
```