From 8a70edbfdc033df09f1a26cb708b6812cb7637ca Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 17 Jun 2025 10:00:20 -0600 Subject: [PATCH] Attempt galaxy workaround (#252) this will eventually be re-worked to put roles in our EE --- roles/requirements.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/roles/requirements.yml b/roles/requirements.yml index 707e968..100945c 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -2,45 +2,65 @@ roles: # RHEL 7 compliance roles from ComplianceAsCode - name: redhatofficial.rhel7-cis + src: https://github.com/RedHatOfficial/ansible-role-rhel7-cis version: 0.1.72 - name: redhatofficial.rhel7-cjis + src: https://github.com/RedHatOfficial/ansible-role-rhel7-cjis version: 0.1.72 - name: redhatofficial.rhel7-cui + src: https://github.com/RedHatOfficial/ansible-role-rhel7-cui version: 0.1.72 - name: redhatofficial.rhel7-hipaa + src: https://github.com/RedHatOfficial/ansible-role-rhel7-hipaa version: 0.1.72 - name: redhatofficial.rhel7-ospp + src: https://github.com/RedHatOfficial/ansible-role-rhel7-ospp version: 0.1.72 - name: redhatofficial.rhel7-pci-dss + src: https://github.com/RedHatOfficial/ansible-role-rhel7-pci-dss version: 0.1.72 - name: redhatofficial.rhel7-stig + src: https://github.com/RedHatOfficial/ansible-role-rhel7-stig version: 0.1.72 # RHEL 8 compliance roles from ComplianceAsCode - name: redhatofficial.rhel8-cis + src: https://github.com/RedHatOfficial/ansible-role-rhel8-cis version: 0.1.72 - name: redhatofficial.rhel8-cjis + src: https://github.com/RedHatOfficial/ansible-role-rhel8-cjis version: 0.1.72 - name: redhatofficial.rhel8-cui + src: https://github.com/RedHatOfficial/ansible-role-rhel8-cui version: 0.1.72 - name: redhatofficial.rhel8-hipaa + src: https://github.com/RedHatOfficial/ansible-role-rhel8-hipaa version: 0.1.72 - name: redhatofficial.rhel8-ospp + src: https://github.com/RedHatOfficial/ansible-role-rhel8-ospp version: 0.1.72 - name: redhatofficial.rhel8-pci-dss + src: https://github.com/RedHatOfficial/ansible-role-rhel8-pci-dss version: 0.1.72 - name: redhatofficial.rhel8-stig + src: https://github.com/RedHatOfficial/ansible-role-rhel8-stig version: 0.1.72 # RHEL 9 compliance roles from ComplianceAsCode - name: redhatofficial.rhel9-cis + src: https://github.com/RedHatOfficial/ansible-role-rhel9-cis version: 0.1.72 - name: redhatofficial.rhel9-cui + src: https://github.com/RedHatOfficial/ansible-role-rhel9-cui version: 0.1.72 - name: redhatofficial.rhel9-hipaa + src: https://github.com/RedHatOfficial/ansible-role-rhel9-hipaa version: 0.1.72 - name: redhatofficial.rhel9-ospp + src: https://github.com/RedHatOfficial/ansible-role-rhel9-ospp version: 0.1.72 - name: redhatofficial.rhel9-pci-dss + src: https://github.com/RedHatOfficial/ansible-role-rhel9-pci-dss version: 0.1.72 - name: redhatofficial.rhel9-stig + src: https://github.com/RedHatOfficial/ansible-role-rhel9-stig version: 0.1.72 ...