From b7ee1c5100fd8d57c5e2ac17998f48fadddb6326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 3 Mar 2023 11:49:18 +0100 Subject: [PATCH] destroy all hosts and resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-the-hive/issues/4 Signed-off-by: Jakub SokoĊ‚owski --- ansible/inventory/prod | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/ansible/inventory/prod b/ansible/inventory/prod index 1fd5b64..5232ad8 100644 --- a/ansible/inventory/prod +++ b/ansible/inventory/prod @@ -1,28 +1,4 @@ # 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 - -[thehive.prod] -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