mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
testing
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
d87812bab4
commit
54aa47c931
1 changed files with 6 additions and 6 deletions
12
.github/workflows/linux_benchmark_testing.yml
vendored
12
.github/workflows/linux_benchmark_testing.yml
vendored
|
|
@ -88,12 +88,12 @@ jobs:
|
|||
|
||||
# Ensure system is up for connections before continuing
|
||||
|
||||
- name: Check system is up and running
|
||||
working-directory: .github/workflows
|
||||
env:
|
||||
PRIVATE_KEY: "${{ secrets.SSH_PRV_KEY }}"
|
||||
id: test_os
|
||||
run: ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600" -u ec2-user -e ansible_ssh_private_key_file='{{ lookup("env", "PRIVATE_KEY") }}'
|
||||
# - name: Check system is up and running
|
||||
# working-directory: .github/workflows
|
||||
# env:
|
||||
# PRIVATE_KEY: "${{ secrets.SSH_PRV_KEY }}"
|
||||
# id: test_os
|
||||
# run: ansible all -i hosts.yml -m wait_for -a "port=22 delay=10 timeout=600" -u ec2-user -e ansible_ssh_private_key_file='{{ lookup("env", "PRIVATE_KEY") }}'
|
||||
|
||||
# Run the ansible playbook
|
||||
- name: Run_Ansible_Playbook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue