mirror of https://github.com/Aidaho12/haproxy-wi
parent
33cd8c956a
commit
fa0d5a6bfb
|
@ -71,7 +71,6 @@
|
||||||
owner: "{{ ansible_user }}"
|
owner: "{{ ansible_user }}"
|
||||||
group: "{{ ansible_user }}"
|
group: "{{ ansible_user }}"
|
||||||
state: directory
|
state: directory
|
||||||
recurse: yes
|
|
||||||
mode: 0771
|
mode: 0771
|
||||||
tags:
|
tags:
|
||||||
- system
|
- system
|
||||||
|
|
|
@ -117,6 +117,10 @@
|
||||||
name: "{{STATS_USER}}"
|
name: "{{STATS_USER}}"
|
||||||
password: "{{STATS_PASS}}"
|
password: "{{STATS_PASS}}"
|
||||||
|
|
||||||
|
- name: set correct permissions to passwd file
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ service_dir }}/status_page_passwdfile"
|
||||||
|
mode: 0664
|
||||||
|
|
||||||
- name: test to see if selinux is running
|
- name: test to see if selinux is running
|
||||||
command: getenforce
|
command: getenforce
|
||||||
|
|
Loading…
Reference in New Issue