forked from ansible-lockdown/RHEL9-CIS
updated environment tags and sleep timeout to 120s
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
parent
2e53bdfef7
commit
045bbc30cb
3 changed files with 3 additions and 3 deletions
2
.github/workflows/OS.tfvars
vendored
2
.github/workflows/OS.tfvars
vendored
|
|
@ -5,5 +5,5 @@ ami_username = "ec2-user"
|
|||
ami_user_home = "/home/ec2-user"
|
||||
instance_tags = {
|
||||
Name = "RHEL9-CIS"
|
||||
Environment = "github_test_pipeline"
|
||||
Environment = "lockdown_github_repo_workflow"
|
||||
}
|
||||
|
|
|
|||
2
.github/workflows/github_vars.tfvars
vendored
2
.github/workflows/github_vars.tfvars
vendored
|
|
@ -4,7 +4,7 @@
|
|||
//
|
||||
|
||||
namespace = "github_actions"
|
||||
environment = "github_test_pipeline"
|
||||
environment = "lockdown_github_repo_workflow"
|
||||
|
||||
// Matching pair name found in AWS for keypairs PEM key
|
||||
ami_key_pair_name = "github_actions"
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
|
||||
- name: if RHEL7 - Sleep for 60 seconds
|
||||
#if: steps.test_os.outputs.RHEL7 >= 1
|
||||
run: sleep 60s
|
||||
run: sleep 120s
|
||||
shell: bash
|
||||
|
||||
# Run the ansible playbook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue