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

Change order

parent be3ddab7
No related branches found
No related tags found
No related merge requests found
......@@ -67,15 +67,6 @@
with_items: '{{ groups.webserver }}'
changed_when: false
- name: "Proxy | Create config file"
template:
src='haproxy_cfg.jinja2'
dest='/etc/haproxy/haproxy.cfg'
owner='root'
group='root'
mode='644'
notify: 'Proxy | Restart HAProxy'
- name: "Proxy | Update blacklists"
template:
src='{{ item }}'
......@@ -88,3 +79,12 @@
- 'blacklist.referer'
- 'blacklist.agent'
notify: 'Proxy | Restart HAProxy'
- name: "Proxy | Create config file"
template:
src='haproxy_cfg.jinja2'
dest='/etc/haproxy/haproxy.cfg'
owner='root'
group='root'
mode='644'
notify: 'Proxy | Restart HAProxy'
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