Skip to content

adding inventory for adrm ced accounts #276

Merged
merged 1 commit into from
Mar 20, 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: "310567230128"
tf_account_name: "adrm-ced-dev-ew"
tf_account_use: "ADRM CED EW Dev"
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: "591836001390"
tf_account_name: "adrm-ced-dev-gov"
tf_account_use: "ADRM CED GOV Dev"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
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 @@ -1000,7 +1000,13 @@ all:
ditd-geocoder-dmz-prod-ew.cloud ansible_host=localhost
ditd-geocoder-dmz-prod-gov:
hosts:
ditd-geocoder-dmz-prod-gov.cloud ansible_host=localhost
ditd-geocoder-dmz-prod-gov.cloud ansible_host=localhost
adrm-ced-dev-ew:
hosts:
adrm-ced-dev-ew.cloud ansible_host=localhost
adrm-ced-dev-gov:
hosts:
adrm-ced-dev-gov.cloud ansible_host=localhost

#---
# master payer
Expand Down