add new hosts to emergency inventory
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bacb5dd068
commit
c917b5af6f
|
@ -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
|
||||
|
Loading…
Reference in New Issue