[tor-commits] [dip/master] Clean up inventory

hiro at torproject.org hiro at torproject.org
Mon Jan 13 18:06:15 UTC 2020


commit 3c354ed40855c57860ae032e1556a52e813690e9
Author: hiro <hiro at torproject.org>
Date:   Mon Jan 13 19:03:36 2020 +0100

    Clean up inventory
---
 inventories/prod/host_vars/salsa-logs.debian.net.yml             | 3 ---
 .../prod/host_vars/salsa-runner.salsa-runner.debian.net.yml      | 9 ---------
 inventories/prod/hosts                                           | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/inventories/prod/host_vars/salsa-logs.debian.net.yml b/inventories/prod/host_vars/salsa-logs.debian.net.yml
deleted file mode 100644
index 734fec8..0000000
--- a/inventories/prod/host_vars/salsa-logs.debian.net.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-dehydrated_domains:
-- "{{ external_domain_logs }}"
diff --git a/inventories/prod/host_vars/salsa-runner.salsa-runner.debian.net.yml b/inventories/prod/host_vars/salsa-runner.salsa-runner.debian.net.yml
deleted file mode 100644
index b1d5813..0000000
--- a/inventories/prod/host_vars/salsa-runner.salsa-runner.debian.net.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-gitlab_runner_concurrent: 32
-gitlab_runner_instances:
-  - name: salsa-runner.debian.net
-    cache_bucket: debian-salsa-prod-runner-cache
-    docker_privileged: true
-    machine_google_project: debian-salsa-prod-build
-    machine_google_zone: us-west1-c
-    machine_google_machine_type: n1-standard-1
diff --git a/inventories/prod/hosts b/inventories/prod/hosts
index 85da552..348adae 100644
--- a/inventories/prod/hosts
+++ b/inventories/prod/hosts
@@ -1,8 +1,2 @@
 [gitlab]
 gitlab-01.torproject.org ansible_connection=local
-
-[salsa-webhook]
-webhook.dip.torproject.org ansible_connection=local ansible_become=True ansible_host=gitlab-01.torproject.org ansible_become_user=salsa-webhook
-
-[docker-registry]
-registry.dip.torproject.org ansible_connection=local ansible_become=True ansible_host=gitlab-01.torproject.org ansible_become_user=salsa-registry





More information about the tor-commits mailing list