Skip to content

Commit

Permalink
adding inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
dwara001 committed May 12, 2025
1 parent 4a83142 commit def866c
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "694923046977"
tf_account_name: "addcp-dbit-prod-ew"
tf_account_use: "ADDCP DBIT 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: "392850816335"
tf_account_name: "addcp-dbit-prod-gov"
tf_account_use: "ADDCP DBIT GovCloud Prod"
tf_region_type: "gov"
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: "813281204505"
tf_account_name: "cedsci-dmz-common-ew"
tf_account_use: "CEDSCI DMZ EW Common"
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: "392969698818"
tf_account_name: "cedsci-dmz-common-gov"
tf_account_use: "CEDSCI DMZ GovCloud Common"
tf_region_type: "gov"
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: "108547998235"
tf_account_name: "ditd-ags-dev-ew"
tf_account_use: "DITD AGS Dev EW"
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: "392848101740"
tf_account_name: "ditd-ags-dev-gov"
tf_account_use: "DITD AGS Dev GovCloud"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
20 changes: 19 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,25 @@ all:
adsd-fams-prod-ew.cloud ansible_host=localhost
adsd-fams-prod-gov:
hosts:
adsd-fams-prod-gov.cloud ansible_host=localhost
adsd-fams-prod-gov.cloud ansible_host=localhost
ditd-ags-dev-ew:
hosts:
ditd-ags-dev-ew.cloud ansible_host=localhost
ditd-ags-dev-gov:
hosts:
ditd-ags-dev-gov.cloud ansible_host=localhost
addcp-dbit-prod-ew:
hosts:
addcp-dbit-prod-ew.cloud ansible_host=localhost
addcp-dbit-prod-gov:
hosts:
addcp-dbit-prod-gov.cloud ansible_host=localhost
cedsci-dmz-common-ew:
hosts:
cedsci-dmz-common-ew.cloud ansible_host=localhost
cedsci-dmz-common-gov:
hosts:
cedsci-dmz-common-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit def866c

Please sign in to comment.