forked from ansible-lockdown/RHEL9-CIS
updated to use rocky image
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
59e22e8600
commit
e6d129914e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/communitytodevel.yml
vendored
2
.github/workflows/communitytodevel.yml
vendored
|
|
@ -34,6 +34,6 @@ jobs:
|
|||
# Job ID
|
||||
job_id: 5f933cbcf9c74e86b1609c00
|
||||
# Variables
|
||||
variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL9-CIS.git", "image": "ami-04483b15b4268d18d", "githubBranch": "${{ github.head_ref }}", "username": "centos" }'
|
||||
variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL8-CIS.git", "image": "ami-0335e1660e1197d63", "githubBranch": "${{ github.head_ref }}", "username": "rocky" }'
|
||||
# Refactr API base URL
|
||||
api_url: # optional
|
||||
|
|
|
|||
2
.github/workflows/develtomain.yml
vendored
2
.github/workflows/develtomain.yml
vendored
|
|
@ -35,6 +35,6 @@ jobs:
|
|||
# Job ID
|
||||
job_id: 5f90ad90f9c74e6d1e606e33
|
||||
# Variables
|
||||
variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL9-CIS.git", "image": "ami-04483b15b4268d18d", "username": "centos" }'
|
||||
variables: '{ "gitrepo": "https://github.com/ansible-lockdown/RHEL8-CIS.git", "image": "ami-0335e1660e1197d63", "username": "rocky" }'
|
||||
# Refactr API base URL
|
||||
api_url: # optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue