mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
updated workflow uses rocky8
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
627679064e
commit
f7e02e3f4c
8 changed files with 311 additions and 0 deletions
12
.github/workflows/github_vars.tfvars
vendored
Normal file
12
.github/workflows/github_vars.tfvars
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// github_actions variables
|
||||
// Resourced in github_networks.tf
|
||||
// Declared in variables.tf
|
||||
//
|
||||
|
||||
namespace = "github_actions"
|
||||
|
||||
// Matching pair name found in AWS for keypairs PEM key
|
||||
ami_key_pair_name = "github_actions"
|
||||
main_vpc_cidr = "172.22.0.0/24"
|
||||
public_subnets = "172.22.0.128/26"
|
||||
private_subnets = "172.22.0.192/26"
|
||||
Loading…
Add table
Add a link
Reference in a new issue