From f2653c5cf9b970a258765ec69c2d2d28a029df65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Thu, 14 Dec 2017 16:52:37 +0100 Subject: [PATCH] Update deploy.yaml - allow @rachelt's IP Former-commit-id: 3620549db201117f0232b6eb208e26735dd810da --- ansible/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml index 556f3e3a..a3b0ca55 100644 --- a/ansible/deploy.yaml +++ b/ansible/deploy.yaml @@ -96,7 +96,7 @@ lineinfile: dest=/etc/ippidb-80/httpd.conf regexp='' insertafter=EOF - line='<Location '/'>\nRequire all denied\nRequire ip 10.6.108.60\nRequire ip 157.99\n</Location>\n' + line='<Location '/'>\nRequire all denied\nRequire ip 10.6.108.60\nRequire ip 10.6.107.22\nRequire ip 157.99\n</Location>\n' - name: copy systemd service file for IPPIDB-web copy: remote_src: true -- GitLab