mirror of https://github.com/Aidaho12/haproxy-wi
14 lines
476 B
YAML
14 lines
476 B
YAML
- name: Installing HAProxy conf for rsyslog
|
|
template:
|
|
src: /var/www/haproxy-wi/app/scripts/ansible/roles/haproxy/templates/haproxy_rsyslog.conf.j2
|
|
dest: /etc/rsyslog.d/49-haproxy.conf
|
|
force: no
|
|
ignore_errors: yes
|
|
notify: restart rsyslog
|
|
|
|
- name: Installing HAProxy conf for logrotate
|
|
template:
|
|
src: /var/www/haproxy-wi/app/scripts/ansible/roles/haproxy/templates/logrotate.conf.j2
|
|
dest: /etc/logrotate.d/haproxy.conf
|
|
force: no
|
|
ignore_errors: yes |