15 lines
339 B
Markdown
15 lines
339 B
Markdown
|
|
# 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"
|
||
|
|
```
|