|
|
@ -23,6 +23,10 @@ |
|
|
|
when: ansible_selinux.status == 'enabled' |
|
|
|
when: ansible_selinux.status == 'enabled' |
|
|
|
with_items: "{{ sebool }}" |
|
|
|
with_items: "{{ sebool }}" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set logrotate_t to permissive mode |
|
|
|
|
|
|
|
selinux_permissive: name=logrotate_t permissive=True |
|
|
|
|
|
|
|
when: ansible_selinux.status == 'enabled' |
|
|
|
|
|
|
|
|
|
|
|
- name: Create mount points directories |
|
|
|
- name: Create mount points directories |
|
|
|
file: path={{ item.name }} state=directory |
|
|
|
file: path={{ item.name }} state=directory |
|
|
|
with_items: "{{ fstab }}" |
|
|
|
with_items: "{{ fstab }}" |
|
|
|