add new hosts to emergency inventory

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-07 18:22:42 +02:00
parent bacb5dd068
commit c917b5af6f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 22 additions and 0 deletions

22
ansible/inventory/prod Normal file
View File

@ -0,0 +1,22 @@
# NOTE: This file is generated by terraform.py
# For emergency use when Consul fails
[all]
master-01.gc-us-central1-a.thehive.prod hostname=master-01.gc-us-central1-a.thehive.prod ansible_host=35.224.227.147 env=thehive stage=prod data_center=gc-us-central1-a region=us-central1-a dns_entry=master-01.gc-us-central1-a.thehive.prod.statusim.net
slave-01.gc-us-central1-a.thehive.prod hostname=slave-01.gc-us-central1-a.thehive.prod ansible_host=35.192.123.136 env=thehive stage=prod data_center=gc-us-central1-a region=us-central1-a dns_entry=slave-01.gc-us-central1-a.thehive.prod.statusim.net
slave-02.gc-us-central1-a.thehive.prod hostname=slave-02.gc-us-central1-a.thehive.prod ansible_host=35.193.233.222 env=thehive stage=prod data_center=gc-us-central1-a region=us-central1-a dns_entry=slave-02.gc-us-central1-a.thehive.prod.statusim.net
slave-03.gc-us-central1-a.thehive.prod hostname=slave-03.gc-us-central1-a.thehive.prod ansible_host=35.239.238.161 env=thehive stage=prod data_center=gc-us-central1-a region=us-central1-a dns_entry=slave-03.gc-us-central1-a.thehive.prod.statusim.net
[gc-us-central1-a]
master-01.gc-us-central1-a.thehive.prod
slave-01.gc-us-central1-a.thehive.prod
slave-02.gc-us-central1-a.thehive.prod
slave-03.gc-us-central1-a.thehive.prod
[thehive-master]
master-01.gc-us-central1-a.thehive.prod
[thehive-slave]
slave-01.gc-us-central1-a.thehive.prod
slave-02.gc-us-central1-a.thehive.prod
slave-03.gc-us-central1-a.thehive.prod