move system

This commit is contained in:
Michael Rennecke
2019-05-09 22:11:44 +02:00
parent be03cabfa2
commit 4f3f2e3622
7 changed files with 35 additions and 33 deletions

View File

@@ -20,10 +20,14 @@
system: yes
create_home: no
- name: create config dir
- name: create directories
file:
path: /etc/haproxy/
path: "{{ item }}"
state: directory
with_items:
- /etc/haproxy/
- /etc/haproxy/certs/
- /var/lib/haproxy/
- name: copy errorcodes
copy: