Skip to content
Snippets Groups Projects
Commit 2456e5e2 authored by jurgenhaas's avatar jurgenhaas
Browse files

Documentation for HaProxy and Varnish quick updates

parent b83bb899
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
owner=root owner=root
group=root group=root
mode=644 mode=644
#when: scope == 'all'
with_items: '{{ groups.all }}' with_items: '{{ groups.all }}'
notify: 'Proxy | Restart HAProxy' notify: 'Proxy | Restart HAProxy'
...@@ -24,7 +23,6 @@ ...@@ -24,7 +23,6 @@
owner=root owner=root
group=root group=root
mode=644 mode=644
#when: scope == 'all'
with_items: '{{ groups.all }}' with_items: '{{ groups.all }}'
notify: 'Proxy | Restart HAProxy' notify: 'Proxy | Restart HAProxy'
...@@ -34,7 +32,6 @@ ...@@ -34,7 +32,6 @@
group=root group=root
mode=644 mode=644
state=touch state=touch
#when: scope == 'all'
with_items: '{{ groups.all }}' with_items: '{{ groups.all }}'
notify: 'Proxy | Restart HAProxy' notify: 'Proxy | Restart HAProxy'
...@@ -44,8 +41,6 @@ ...@@ -44,8 +41,6 @@
owner=root owner=root
group=root group=root
mode=644 mode=644
#when: scope == 'all'
tags: Config
notify: 'Proxy | Restart HAProxy' notify: 'Proxy | Restart HAProxy'
- name: "Proxy | Install update php script" - name: "Proxy | Install update php script"
...@@ -61,5 +56,4 @@ ...@@ -61,5 +56,4 @@
owner=root owner=root
group=root group=root
mode=644 mode=644
#when: scope == 'all'
notify: 'Proxy | Restart HAProxy' notify: 'Proxy | Restart HAProxy'
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
- block: - block:
- include: install.yml - include: install.yml
- include: configure.yml - include: configure.yml
tags: Config
when: '"haproxy" not in excluded_roles' when: '"haproxy" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment