ansible-collection-core/README.md

339 B

sr2.core

Usage

It is not possible for collections to depend on roles, so the roles must be included in your requirements.

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"