Skip to content

update inventory #269

Merged
merged 1 commit into from
Dec 1, 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
@@ -1,6 +1,6 @@
tf_account: "014498635226"
tf_account_name: "erd-nonprod-ew"
tf_account_use: "ADRM ERD EW NonProd"
tf_account_use: "ADEP ERD EW NonProd"
tf_region_type: "ew"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tf_account: "195563689478"
tf_account_name: "erd-nonprod-gov"
tf_account_use: "ADRM ERD GovCloud NonProd"
tf_account_use: "ADEP ERD GovCloud NonProd"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "423535227157"
tf_account_name: "erd-prod-ew"
tf_account_use: "ADEP ERD EW Prod"
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: "513576959327"
tf_account_name: "erd-prod-gov"
tf_account_use: "ADEP ERD GovCloud Prod"
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 @@ -898,7 +898,13 @@ all:
lab-dsd-dev-ew.cloud ansible_host=localhost
lab-dsd-dev-gov:
hosts:
lab-dsd-dev-gov.cloud ansible_host=localhost
lab-dsd-dev-gov.cloud ansible_host=localhost
erd-prod-ew:
hosts:
erd-prod-ew.cloud ansible_host=localhost
erd-prod-gov:
hosts:
erd-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down