From c917b5af6fe017014800902bce1b6c90ae0cb47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 7 Oct 2020 18:22:42 +0200 Subject: [PATCH] add new hosts to emergency inventory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/inventory/prod | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ansible/inventory/prod diff --git a/ansible/inventory/prod b/ansible/inventory/prod new file mode 100644 index 0000000..39d3d4e --- /dev/null +++ b/ansible/inventory/prod @@ -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 +