Skip to content

adding inventory for adrm-das-nonprod accounts #277

Merged
merged 1 commit into from
Apr 1, 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: "717056864211"
tf_account_name: "adrm-das-nonprod-ew"
tf_account_use: "ADRM DAS EW NonProd"
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: "600260483130"
tf_account_name: "adrm-das-nonprod-gov"
tf_account_use: "ADRM DAS GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
8 changes: 7 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,13 @@ all:
adrm-ced-dev-ew.cloud ansible_host=localhost
adrm-ced-dev-gov:
hosts:
adrm-ced-dev-gov.cloud ansible_host=localhost
adrm-ced-dev-gov.cloud ansible_host=localhost
adrm-das-nonprod-ew:
hosts:
adrm-das-nonprod-ew.cloud ansible_host=localhost
adrm-das-nonprod-gov:
hosts:
adrm-das-nonprod-gov.cloud ansible_host=localhost

#---
# master payer
Expand Down