4
0
Fork 0

updated environment tags and sleep timeout to 120s

Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
George Nalen 2022-08-23 11:23:10 -04:00
parent 2e53bdfef7
commit 045bbc30cb
No known key found for this signature in database
GPG key ID: CA43827BF7C4DEBA
3 changed files with 3 additions and 3 deletions

View file

@ -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"
}

View file

@ -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"

View file

@ -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