Skip to content

Commit

Permalink
Merge branch 'master' of github.e.it.census.gov:terraform/support
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 12, 2026
2 parents 4ce65cc + ed9832a commit ae98657
Show file tree
Hide file tree
Showing 31 changed files with 8,240 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "416126707096"
tf_account_name: "adsd-chris-nonprod-ew"
tf_account_use: "ADSD CHRIS 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: "582222802695"
tf_account_name: "adsd-chris-nonprod-gov"
tf_account_use: "ADSD CHRIS GovCloud 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: "413545130696"
tf_account_name: "adsd-chris-prod-ew"
tf_account_use: "ADSD CHRIS 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: "582225653812"
tf_account_name: "adsd-chris-prod-gov"
tf_account_use: "ADSD CHRIS GovCloud Prod"
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: "346299179875"
tf_account_name: "ditd-geocoder-dmz-nonprod-ew"
tf_account_use: "DITD Geocoder DMZ 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: "582235928775"
tf_account_name: "ditd-geocoder-dmz-nonprod-gov"
tf_account_use: "DITD Geocoder DMZ GovCloud 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: "465457334514"
tf_account_name: "ditd-geocoder-dmz-prod-ew"
tf_account_use: "DITD Geocoder DMZ 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: "582236000898"
tf_account_name: "ditd-geocoder-dmz-prod-gov"
tf_account_use: "DITD Geocoder DMZ GovCloud Prod"
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: "186565567141"
tf_account_name: "ditd-geocoder-nonprod-ew"
tf_account_use: "DITD Geocoder 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: "582206828244"
tf_account_name: "ditd-geocoder-nonprod-gov"
tf_account_use: "DITD Geocoder GovCloud 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: "357621881662"
tf_account_name: "ditd-geocoder-prod-ew"
tf_account_use: "DITD Geocoder 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: "582198307519"
tf_account_name: "ditd-geocoder-prod-gov"
tf_account_use: "DITD Geocoder GovCloud Prod"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
39 changes: 38 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,44 @@ all:
adsd-centurion-prod-ew.cloud ansible_host=localhost
adsd-centurion-prod-gov:
hosts:
adsd-centurion-prod-gov.cloud ansible_host=localhost
adsd-centurion-prod-gov.cloud ansible_host=localhost
adsd-chris-nonprod-ew:
hosts:
adsd-chris-nonprod-ew.cloud ansible_host=localhost
adsd-chris-nonprod-gov:
hosts:
adsd-chris-nonprod-gov.cloud ansible_host=localhost
adsd-chris-prod-ew:
hosts:
adsd-chris-prod-ew.cloud ansible_host=localhost
adsd-chris-prod-gov:
hosts:
adsd-chris-prod-gov.cloud ansible_host=localhost
ditd-geocoder-nonprod-ew:
hosts:
ditd-geocoder-nonprod-ew.cloud ansible_host=localhost
ditd-geocoder-nonprod-gov:
hosts:
ditd-geocoder-nonprod-gov.cloud ansible_host=localhost
ditd-geocoder-prod-ew:
hosts:
ditd-geocoder-prod-ew.cloud ansible_host=localhost
ditd-geocoder-prod-gov:
hosts:
ditd-geocoder-prod-gov.cloud ansible_host=localhost
ditd-geocoder-dmz-nonprod-ew:
hosts:
ditd-geocoder-dmz-nonprod-ew.cloud ansible_host=localhost
ditd-geocoder-dmz-nonprod-gov:
hosts:
ditd-geocoder-dmz-nonprod-gov.cloud ansible_host=localhost
ditd-geocoder-dmz-prod-ew:
hosts:
ditd-geocoder-dmz-prod-ew.cloud ansible_host=localhost
ditd-geocoder-dmz-prod-gov:
hosts:
ditd-geocoder-dmz-prod-gov.cloud ansible_host=localhost

#---
# master payer
#---
Expand Down
Loading

0 comments on commit ae98657

Please sign in to comment.