commit 1030c5a10e84c2dede04dea8b469b0760593fc7c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Aug 24 17:22:15 2017 +0200
Fixup squid playbook
playbooks/groups/squid.xml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/playbooks/groups/squid.xml b/playbooks/groups/squid.xml
index 3b8d505..2dd9367 100644
--- a/playbooks/groups/squid.xml
+++ b/playbooks/groups/squid.xml
@@ -1,7 +1,5 @@
# create a new squid server
-- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml
myhosts=squid:squid-stg"
-
- name: make the box be real
hosts: squid-stg:squid
user: root
@@ -21,7 +19,7 @@
- sudo
- rsyncd
- { role: openvpn/client,
- when: env != "staging" }
+ when: datacenter != "online" }
- fas_client
- squid
Show replies by date