Skip to content

adding inventory #270

Merged
merged 1 commit into from
Jan 8, 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: "570435243994"
tf_account_name: "adsd-tools-nonprod-ew"
tf_account_use: "ADSD Tools NonProd EW"
tf_region_type: "ew"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "533109815932"
tf_account_name: "adsd-tools-nonprod-gov"
tf_account_use: "ADSD Tools NonProd GovCloud"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "994763873705"
tf_account_name: "adsd-tools-prod-ew"
tf_account_use: "ADSD Tools Prod EW"
tf_region_type: "ew"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "533109828912"
tf_account_name: "adsd-tools-prod-gov"
tf_account_use: "ADSD Tools Prod GovCloud"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
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 @@ -904,7 +904,19 @@ all:
erd-prod-ew.cloud ansible_host=localhost
erd-prod-gov:
hosts:
erd-prod-gov.cloud ansible_host=localhost
erd-prod-gov.cloud ansible_host=localhost
adsd-tools-prod-ew:
hosts:
adsd-tools-prod-ew.cloud ansible_host=localhost
adsd-tools-prod-gov:
hosts:
adsd-tools-prod-gov.cloud ansible_host=localhost
adsd-tools-nonprod-ew:
hosts:
adsd-tools-nonprod-ew.cloud ansible_host=localhost
adsd-tools-nonprod-gov:
hosts:
adsd-tools-nonprod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down