summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-17 09:17:39 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-17 09:17:39 +0300
commit9c522ae109daa2a5231168526f3848ffd33d4cac (patch)
treec6febb05851dd34012e020b160e590a5ee28b544
parente96f3a688ef60b737d93c1650048d1344b76c991 (diff)
downloadick2-ansible-9c522ae109daa2a5231168526f3848ffd33d4cac.tar.gz
Drop: one worker for ci-prod, to save money
-rw-r--r--ci-prod-workers.hz2
-rw-r--r--roles/ick-worker/templates/dput.cf.j28
2 files changed, 1 insertions, 9 deletions
diff --git a/ci-prod-workers.hz b/ci-prod-workers.hz
index abd0f8f..1935659 100644
--- a/ci-prod-workers.hz
+++ b/ci-prod-workers.hz
@@ -3,4 +3,4 @@ defaults:
image: debian-9
hosts:
- name: worker1
- - name: worker2
+# - name: worker2
diff --git a/roles/ick-worker/templates/dput.cf.j2 b/roles/ick-worker/templates/dput.cf.j2
deleted file mode 100644
index 2978d6b..0000000
--- a/roles/ick-worker/templates/dput.cf.j2
+++ /dev/null
@@ -1,8 +0,0 @@
-[ick]
-login = incoming
-fqdn = {{ apt_domain }}
-method = scp
-incoming = /srv/apt/incoming
-allow_unsigned_uploads = 1
-check_version = 0
-run_dinstall = 0