Skip to content

adding inventory for adsd-fams #239

Merged
merged 1 commit into from
May 2, 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: "968945270123"
tf_account_name: "adsd-fams-prod-ew"
tf_account_use: "ADSD FAMS 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: "387434612006"
tf_account_name: "adsd-fams-prod-gov"
tf_account_use: "ADSD FAMS 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: "085472774186"
tf_account_name: "adsd-fams-test-ew"
tf_account_use: "ADSD FAMS EW Test"
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: "387435086104"
tf_account_name: "adsd-fams-test-gov"
tf_account_use: "ADSD FAMS GovCloud Test"
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: "349525586447"
tf_account_name: "adsd-fams-uat-ew"
tf_account_use: "ADSD FAMS EW UAT"
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: "387437867883"
tf_account_name: "adsd-fams-uat-gov"
tf_account_use: "ADSD FAMS GovCloud UAT"
tf_region_type: "gov"
vpc_dns_servers: "{{ dns_servers['internal'] }}"
vpc_ntp_servers: "{{ ntp_servers['internal'] }}"
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 @@ -772,7 +772,25 @@ all:
addcp-dbit-nonprod-ew.cloud ansible_host=localhost
addcp-dbit-nonprod-gov:
hosts:
addcp-dbit-nonprod-gov.cloud ansible_host=localhost
addcp-dbit-nonprod-gov.cloud ansible_host=localhost
adsd-fams-test-ew:
hosts:
adsd-fams-test-ew.cloud ansible_host=localhost
adsd-fams-test-gov:
hosts:
adsd-fams-test-gov.cloud ansible_host=localhost
adsd-fams-uat-ew:
hosts:
adsd-fams-uat-ew.cloud ansible_host=localhost
adsd-fams-uat-gov:
hosts:
adsd-fams-uat-gov.cloud ansible_host=localhost
adsd-fams-prod-ew:
hosts:
adsd-fams-prod-ew.cloud ansible_host=localhost
adsd-fams-prod-gov:
hosts:
adsd-fams-prod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down