Skip to content

adding inventory #238

Merged
merged 1 commit into from
Apr 29, 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: "968247235759"
tf_account_name: "addcp-dbit-nonprod-ew"
tf_account_use: "ADDCP DBIT 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: "385126460029"
tf_account_name: "addcp-dbit-nonprod-gov"
tf_account_use: "ADDCP DBIT GovCloud NonProd"
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 @@ -766,7 +766,13 @@ all:
ditd-ags-nonprod-ew.cloud ansible_host=localhost
ditd-ags-nonprod-gov:
hosts:
ditd-ags-nonprod-gov.cloud ansible_host=localhost
ditd-ags-nonprod-gov.cloud ansible_host=localhost
addcp-dbit-nonprod-ew:
hosts:
addcp-dbit-nonprod-ew.cloud ansible_host=localhost
addcp-dbit-nonprod-gov:
hosts:
addcp-dbit-nonprod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down