Skip to content

Commit

Permalink
Adjust environment
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Mar 8, 2024
1 parent e10049e commit 01650db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
9 changes: 1 addition & 8 deletions db/initial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,4 @@
availabilityZone: '{{ azAPJ }}'
awsAMI: '{{ amiAPJ }}'
securityGroups: '{{ securityGroupsAPJ }}'
when: userRegion | default("1") == "3"

- name: Set AWS Facts
set_fact:
instanceType: t3.medium
deviceName: /dev/sda1
volumeType: gp3
volumeSize: 30
when: userRegion | default("1") == "3"
9 changes: 1 addition & 8 deletions rhel/initial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,4 @@
availabilityZone: '{{ azAPJ }}'
awsAMI: '{{ amiAPJ }}'
securityGroups: '{{ securityGroupsAPJ }}'
when: userRegion | default("1") == "3"

- name: Set AWS Facts
set_fact:
instanceType: t3.xlarge
deviceName: /dev/sda1
volumeType: gp3
volumeSize: 120
when: userRegion | default("1") == "3"
9 changes: 1 addition & 8 deletions win/initial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,4 @@
availabilityZone: '{{ azAPJ }}'
awsAMI: '{{ amiAPJ }}'
securityGroups: '{{ securityGroupsAPJ }}'
when: userRegion | default("1") == "3"

- name: Set AWS Facts
set_fact:
instanceType: t3.xlarge
deviceName: /dev/sda1
volumeType: gp3
volumeSize: 120
when: userRegion | default("1") == "3"

0 comments on commit 01650db

Please sign in to comment.