Enable Fedora 35, remove clamav config in favor of clamav role
This commit is contained in:
parent
95d11db007
commit
347828a868
@ -5,10 +5,5 @@ package_list:
|
|||||||
state: 'present'
|
state: 'present'
|
||||||
- name: 'python3-libsemanage'
|
- name: 'python3-libsemanage'
|
||||||
state: 'present'
|
state: 'present'
|
||||||
seboolean_list:
|
|
||||||
- name: 'antivirus_can_scan_system'
|
|
||||||
persistent: 'yes'
|
|
||||||
state: 'yes'
|
|
||||||
selinux_policy: 'targeted'
|
selinux_policy: 'targeted'
|
||||||
selinux_state: 'enforcing'
|
selinux_state: 'enforcing'
|
||||||
|
|
||||||
|
9
vars/Fedora-35-default.yml
Normal file
9
vars/Fedora-35-default.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
# vars file for ensure_selinux
|
||||||
|
package_list:
|
||||||
|
- name: 'python3-libselinux'
|
||||||
|
state: 'present'
|
||||||
|
- name: 'python3-libsemanage'
|
||||||
|
state: 'present'
|
||||||
|
selinux_policy: 'targeted'
|
||||||
|
selinux_state: 'enforcing'
|
Loading…
x
Reference in New Issue
Block a user