Skip to content

Commit

Permalink
Merge pull request #258 from terraform/adsd-webcati
Browse files Browse the repository at this point in the history
adding inventory
  • Loading branch information
badra001 committed Aug 12, 2025
2 parents 2ecc333 + dc4b818 commit ee5dd8f
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "973314620201"
tf_account_name: "adsd-webcati-nonprod-ew"
tf_account_use: "ADSD WEBCATI EW NonProd"
tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "440202233134"
tf_account_name: "adsd-webcati-nonprod-gov"
tf_account_use: "ADSD WEBCATI GOV NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "836471809144"
tf_account_name: "adsd-webcati-prod-ew"
tf_account_use: "ADSD WEBCATI EW Prod"
tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "440202900805"
tf_account_name: "adsd-webcati-prod-gov"
tf_account_use: "ADSD WEBCATI GOV Prod"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
14 changes: 13 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,19 @@ all:
lab-edl-dev-ew.cloud ansible_host=localhost
lab-edl-dev-gov:
hosts:
lab-edl-dev-gov.cloud ansible_host=localhost
lab-edl-dev-gov.cloud ansible_host=localhost
adsd-webcati-nonprod-ew:
hosts:
adsd-webcati-nonprod-ew.cloud ansible_host=localhost
adsd-webcati-nonprod-gov:
hosts:
adsd-webcati-nonprod-gov.cloud ansible_host=localhost
adsd-webcati-prod-ew:
hosts:
adsd-webcati-prod-ew.cloud ansible_host=localhost
adsd-webcati-prod-gov:
hosts:
adsd-webcati-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit ee5dd8f

Please sign in to comment.