Initial import; migrate some roles from irl.wip
This commit is contained in:
commit
2ba6c6691b
44 changed files with 1573 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal 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"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue