Skip to content

Commit

Permalink
adding inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
dwara001 committed Jan 8, 2026
1 parent 8347b1d commit 3763f24
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: "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

0 comments on commit 3763f24

Please sign in to comment.