mirror of https://github.com/Aidaho12/haproxy-wi
parent
33cd8c956a
commit
fa0d5a6bfb
|
@ -71,7 +71,6 @@
|
|||
owner: "{{ ansible_user }}"
|
||||
group: "{{ ansible_user }}"
|
||||
state: directory
|
||||
recurse: yes
|
||||
mode: 0771
|
||||
tags:
|
||||
- system
|
||||
|
|
|
@ -117,6 +117,10 @@
|
|||
name: "{{STATS_USER}}"
|
||||
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
|
||||
command: getenforce
|
||||
|
|
Loading…
Reference in New Issue