mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2025-01-05 06:40:55 +00:00
12 lines
242 B
YAML
12 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
|