Skip to content

adding inventory #258

Merged
merged 1 commit into from
Aug 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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