mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Lint for galaxy
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
49d71ffc80
commit
6fdb18aece
11 changed files with 201 additions and 201 deletions
10
.github/workflows/linux_benchmark_testing.yml
vendored
10
.github/workflows/linux_benchmark_testing.yml
vendored
|
|
@ -75,19 +75,19 @@ jobs:
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
run: terraform apply -var-file "github_vars.tfvars" -var-file "OS.tfvars" --auto-approve -input=false
|
run: terraform apply -var-file "github_vars.tfvars" -var-file "OS.tfvars" --auto-approve -input=false
|
||||||
|
|
||||||
## Debug Section
|
## Debug Section
|
||||||
- name: DEBUG - Show Ansible hostfile
|
- name: DEBUG - Show Ansible hostfile
|
||||||
if: env.ENABLE_DEBUG == 'true'
|
if: env.ENABLE_DEBUG == 'true'
|
||||||
working-directory: .github/workflows
|
working-directory: .github/workflows
|
||||||
run: cat hosts.yml
|
run: cat hosts.yml
|
||||||
|
|
||||||
# Aws deployments taking a while to come up insert sleep or playbook fails
|
# Aws deployments taking a while to come up insert sleep or playbook fails
|
||||||
|
|
||||||
- name: Sleep for 60 seconds
|
- name: Sleep for 60 seconds
|
||||||
run: sleep 60s
|
run: sleep 60s
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# Run the ansible playbook
|
# Run the ansible playbook
|
||||||
- name: Run_Ansible_Playbook
|
- name: Run_Ansible_Playbook
|
||||||
uses: arillso/action.playbook@master
|
uses: arillso/action.playbook@master
|
||||||
with:
|
with:
|
||||||
|
|
@ -95,12 +95,12 @@ jobs:
|
||||||
inventory: .github/workflows/hosts.yml
|
inventory: .github/workflows/hosts.yml
|
||||||
galaxy_file: collections/requirements.yml
|
galaxy_file: collections/requirements.yml
|
||||||
private_key: ${{ secrets.SSH_PRV_KEY }}
|
private_key: ${{ secrets.SSH_PRV_KEY }}
|
||||||
# verbose: 3
|
# verbose: 3
|
||||||
env:
|
env:
|
||||||
ANSIBLE_HOST_KEY_CHECKING: "false"
|
ANSIBLE_HOST_KEY_CHECKING: "false"
|
||||||
ANSIBLE_DEPRECATION_WARNINGS: "false"
|
ANSIBLE_DEPRECATION_WARNINGS: "false"
|
||||||
|
|
||||||
# Remove test system - User secrets to keep if necessary
|
# Remove test system - User secrets to keep if necessary
|
||||||
|
|
||||||
- name: Terraform_Destroy
|
- name: Terraform_Destroy
|
||||||
working-directory: .github/workflows
|
working-directory: .github/workflows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue