Skip to content

Commit

Permalink
rename adsd-webcati* to adsd-web
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 14, 2025
1 parent ee5dd8f commit 585591c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "973314620201"
tf_account_name: "adsd-webcati-nonprod-ew"
tf_account_use: "ADSD WEBCATI EW NonProd"
tf_account_name: "adsd-web-nonprod-ew"
tf_account_use: "ADSD Web Applications and Tools EW NonProd"
tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "440202233134"
tf_account_name: "adsd-webcati-nonprod-gov"
tf_account_use: "ADSD WEBCATI GOV NonProd"
tf_account_name: "adsd-web-nonprod-gov"
tf_account_use: "ADSD Web Applications and Tools GOV NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "836471809144"
tf_account_name: "adsd-webcati-prod-ew"
tf_account_use: "ADSD WEBCATI EW Prod"
tf_account_name: "adsd-web-prod-ew"
tf_account_use: "ADSD Web Applications and Tools EW Prod"
tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "440202900805"
tf_account_name: "adsd-webcati-prod-gov"
tf_account_use: "ADSD WEBCATI GOV Prod"
tf_account_name: "adsd-web-prod-gov"
tf_account_use: "ADSD Web Applications and Tools GOV Prod"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
16 changes: 8 additions & 8 deletions local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -851,18 +851,18 @@ all:
lab-edl-dev-gov:
hosts:
lab-edl-dev-gov.cloud ansible_host=localhost
adsd-webcati-nonprod-ew:
adsd-web-nonprod-ew:
hosts:
adsd-webcati-nonprod-ew.cloud ansible_host=localhost
adsd-webcati-nonprod-gov:
adsd-web-nonprod-ew.cloud ansible_host=localhost
adsd-web-nonprod-gov:
hosts:
adsd-webcati-nonprod-gov.cloud ansible_host=localhost
adsd-webcati-prod-ew:
adsd-web-nonprod-gov.cloud ansible_host=localhost
adsd-web-prod-ew:
hosts:
adsd-webcati-prod-ew.cloud ansible_host=localhost
adsd-webcati-prod-gov:
adsd-web-prod-ew.cloud ansible_host=localhost
adsd-web-prod-gov:
hosts:
adsd-webcati-prod-gov.cloud ansible_host=localhost
adsd-web-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit 585591c

Please sign in to comment.