Skip to content

Commit

Permalink
Merge pull request #271 from terraform/add-inventory
Browse files Browse the repository at this point in the history
adding inventory
  • Loading branch information
badra001 committed Jan 14, 2026
2 parents a536bf1 + eead194 commit ca7e93e
Show file tree
Hide file tree
Showing 25 changed files with 10,907 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tf_account: "660961964182"
tf_account_name: "adsd-tools-dmz-nonprod-ew"
tf_account_use: "ADSD Tools DMZ NonProd 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: "535095920844"
tf_account_name: "adsd-tools-dmz-nonprod-gov"
tf_account_use: "ADSD Tools DMZ NonProd GovCloud"
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: "018751003648"
tf_account_name: "adsd-tools-dmz-prod-ew"
tf_account_use: "ADSD Tools DMZ Prod 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: "535095799308"
tf_account_name: "adsd-tools-dmz-prod-gov"
tf_account_use: "ADSD Tools DMZ Prod GovCloud"
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: "755035179907"
tf_account_name: "fld-training-dmz-nonprod-ew"
tf_account_use: "Field Training DMZ NonProd 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: "535264746038"
tf_account_name: "fld-training-dmz-nonprod-gov"
tf_account_use: "Field Training DMZ NonProd GovCloud"
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: "424858914728"
tf_account_name: "fld-training-dmz-prod-ew"
tf_account_use: "Field Training DMZ Prod 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: "535266574777"
tf_account_name: "fld-training-dmz-prod-gov"
tf_account_use: "Field Training DMZ Prod GovCloud"
tf_region_type: "gov"
vpc_dns_servers: [ ]
vpc_ntp_servers: [ ]
vpc_domain_name: ""
26 changes: 25 additions & 1 deletion local-app/aws-account-setup/ansible/inventory/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,31 @@ all:
adsd-tools-nonprod-ew.cloud ansible_host=localhost
adsd-tools-nonprod-gov:
hosts:
adsd-tools-nonprod-gov.cloud ansible_host=localhost
adsd-tools-nonprod-gov.cloud ansible_host=localhost
adsd-tools-dmz-prod-ew:
hosts:
adsd-tools-dmz-prod-ew.cloud ansible_host=localhost
adsd-tools-dmz-prod-gov:
hosts:
adsd-tools-dmz-prod-gov.cloud ansible_host=localhost
adsd-tools-dmz-nonprod-ew:
hosts:
adsd-tools-dmz-nonprod-ew.cloud ansible_host=localhost
adsd-tools-dmz-nonprod-gov:
hosts:
adsd-tools-dmz-nonprod-gov.cloud ansible_host=localhost
fld-training-dmz-prod-ew:
hosts:
fld-training-dmz-prod-ew.cloud ansible_host=localhost
fld-training-dmz-prod-gov:
hosts:
fld-training-dmz-prod-gov.cloud ansible_host=localhost
fld-training-dmz-nonprod-ew:
hosts:
fld-training-dmz-nonprod-ew.cloud ansible_host=localhost
fld-training-dmz-nonprod-gov:
hosts:
fld-training-dmz-nonprod-gov.cloud ansible_host=localhost
#---
# master payer
#---
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,514 changes: 1,514 additions & 0 deletions local-app/aws-account-setup/ansible/setup.erd-prod-ew.iebcloud.1764616618.log

Large diffs are not rendered by default.

1,194 changes: 1,194 additions & 0 deletions local-app/aws-account-setup/ansible/setup.erd-prod-gov.iebcloud.1764616422.log

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit ca7e93e

Please sign in to comment.