mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-10-31 18:51:22 +00:00
13 lines
242 B
YAML
13 lines
242 B
YAML
|
---
|
||
|
|
||
|
- name: Enabling SELinux booleans
|
||
|
seboolean:
|
||
|
name: "{{ item }}"
|
||
|
persistent: true
|
||
|
state: true
|
||
|
with_items:
|
||
|
- httpd_can_network_connect_db
|
||
|
- httpd_can_network_connect
|
||
|
- allow_httpd_anon_write
|
||
|
- httpd_use_nfs
|