-
Notifications
You must be signed in to change notification settings - Fork 19
/
default-vars.yml
33 lines (30 loc) · 1.03 KB
/
default-vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
working_dir: /tmp
#specifies which cloud to deploy resources to
#acceptable options: aws, gcp
cloud_provider: gcp
num_instances: 3
approver_email: [email protected]
#AWS parameters
ec2_region: us-east-1
ec2_prefix: mford-linux
application: apache
# machine_type: t2.medium
# ec2_image_id: ami-02eac2c0129f6376b #Centos7
# ec2_image_id: ami-07ebfd5b3428b6f4d #Ubuntu 18.04
# ec2_image_id: ami-098f16afa9edf40be #RHEL-8.2.0_HVM-20200423-x86_64
ec2_image_id: ami-0b0af3577fe5e3532 #RHEL-8.4.0_HVM-20210504-x86_64
ec2_wait: yes #wait for newly created instances to reach desired state before returning
ec2_vpc_subnet: "192.168.0.0/28"
ec2_vpc_cidr: "192.168.0.0/24"
ec2_root_volume_size: 10
from_snow: false
aws_instance_username: ec2-user
#GCP parameters
gcp_prefix: mford-linux
gcp_region: us-central1
gcp_zone: us-central1-a
gcp_vpc_subnet: 192.168.0.0/28
# gcp_disk_image: projects/rhel-cloud/global/images/rhel-8-v20200618 #RHEL 8.2
gcp_disk_image: projects/rhel-cloud/global/images/rhel-8-v20210915 #RHEL 8.4
gcp_instance_username: ec2-user