Skip to content

adding inventory for ditd-ags accounts #259

Merged
merged 1 commit into from
Aug 18, 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: "409633135144"
tf_account_name: "ditd-ags-prod-ew"
tf_account_use: "DITD AGS 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: "443383787650"
tf_account_name: "ditd-ags-prod-gov"
tf_account_use: "DITD AGS Prod 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: "162343471636"
tf_account_name: "ditd-ags-stage-ew"
tf_account_use: "DITD AGS Stage 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: "443379438523"
tf_account_name: "ditd-ags-stage-gov"
tf_account_use: "DITD AGS Stage 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: "418472915576"
tf_account_name: "ditd-ags-test-ew"
tf_account_use: "DITD AGS Test 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: "443381138840"
tf_account_name: "ditd-ags-test-gov"
tf_account_use: "DITD AGS Test GovCloud"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
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 @@ -862,7 +862,25 @@ all:
adsd-web-prod-ew.cloud ansible_host=localhost
adsd-web-prod-gov:
hosts:
adsd-web-prod-gov.cloud ansible_host=localhost
adsd-web-prod-gov.cloud ansible_host=localhost
ditd-ags-test-ew:
hosts:
ditd-ags-test-ew.cloud ansible_host=localhost
ditd-ags-test-gov:
hosts:
ditd-ags-test-gov.cloud ansible_host=localhost
ditd-ags-stage-ew:
hosts:
ditd-ags-stage-ew.cloud ansible_host=localhost
ditd-ags-stage-gov:
hosts:
ditd-ags-stage-gov.cloud ansible_host=localhost
ditd-ags-prod-ew:
hosts:
ditd-ags-prod-ew.cloud ansible_host=localhost
ditd-ags-prod-gov:
hosts:
ditd-ags-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down