Skip to content

Commit

Permalink
Merge pull request #254 from terraform/lab-adsd-centurion
Browse files Browse the repository at this point in the history
adding inventory
  • Loading branch information
badra001 committed Jul 2, 2025
2 parents 0bd79da + 7f4bc99 commit 52a323d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "321562333885"
tf_account_name: "lab-adsd-centurion-dev-ew"
tf_account_use: "Lab ADSD Centurion Dev EW"
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: "416596763771"
tf_account_name: "lab-adsd-centurion-dev-gov"
tf_account_use: "Lab ADSD Centurion Dev GovCloud"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
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 @@ -838,7 +838,13 @@ all:
ead-mes-dmz-prod-ew.cloud ansible_host=localhost
ead-mes-dmz-prod-gov:
hosts:
ead-mes-dmz-prod-gov.cloud ansible_host=localhost
ead-mes-dmz-prod-gov.cloud ansible_host=localhost
lab-adsd-centurion-dev-ew:
hosts:
lab-adsd-centurion-dev-ew.cloud ansible_host=localhost
lab-adsd-centurion-dev-gov:
hosts:
lab-adsd-centurion-dev-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

0 comments on commit 52a323d

Please sign in to comment.