Skip to content

adding inventory #273

Merged
merged 1 commit into from
Mar 2, 2026
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: "483510445186"
tf_account_name: "adsd-centurion-dmz-nonprod-ew"
tf_account_use: "ADSD Centurion 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: "578502671083"
tf_account_name: "adsd-centurion-dmz-nonprod-gov"
tf_account_use: "ADSD Centurion 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: "228022007345"
tf_account_name: "adsd-centurion-dmz-prod-ew"
tf_account_use: "ADSD Centurion 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: "578512447670"
tf_account_name: "adsd-centurion-dmz-prod-gov"
tf_account_use: "ADSD Centurion 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: "346299179014"
tf_account_name: "adsd-centurion-prod-ew"
tf_account_use: "ADSD Centurion 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: "578508366570"
tf_account_name: "adsd-centurion-prod-gov"
tf_account_use: "ADSD Centurion GovCloud Prod"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
20 changes: 19 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,25 @@ all:
adsd-centurion-nonprod-ew.cloud ansible_host=localhost
adsd-centurion-nonprod-gov:
hosts:
adsd-centurion-nonprod-gov.cloud ansible_host=localhost
adsd-centurion-nonprod-gov.cloud ansible_host=localhost
adsd-centurion-dmz-nonprod-ew:
hosts:
adsd-centurion-dmz-nonprod-ew.cloud ansible_host=localhost
adsd-centurion-dmz-nonprod-gov:
hosts:
adsd-centurion-dmz-nonprod-gov.cloud ansible_host=localhost
adsd-centurion-dmz-prod-ew:
hosts:
adsd-centurion-dmz-prod-ew.cloud ansible_host=localhost
adsd-centurion-dmz-prod-gov:
hosts:
adsd-centurion-dmz-prod-gov.cloud ansible_host=localhost
adsd-centurion-prod-ew:
hosts:
adsd-centurion-prod-ew.cloud ansible_host=localhost
adsd-centurion-prod-gov:
hosts:
adsd-centurion-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.