Skip to content

adding inventory for adrm-ced-nonprod accounts #281

Merged
merged 1 commit into from
Apr 16, 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: "546155105149"
tf_account_name: "adrm-ced-nonprod-ew"
tf_account_use: "ADRM CED 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: "614084546526"
tf_account_name: "adrm-ced-nonprod-gov"
tf_account_use: "ADRM CED GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
vpc_domain_name: ""
6 changes: 6 additions & 0 deletions local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,12 @@ all:
npc-atac-nonprod-gov:
hosts:
npc-atac-nonprod-gov.cloud ansible_host=localhost
adrm-ced-nonprod-ew:
hosts:
adrm-ced-nonprod-ew.cloud ansible_host=localhost
adrm-ced-nonprod-gov:
hosts:
adrm-ced-nonprod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down