mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Set some sebools on sundries.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
---
|
||||
# tasklist for setting up the mirrormanager package components
|
||||
|
||||
- name: set sebooleans so mirrormanager can read its homedir
|
||||
action: seboolean name=httpd_enable_homedirs
|
||||
state=true
|
||||
persistent=true
|
||||
|
||||
- name: add mirrormanager group - gid 441
|
||||
group: name=mirrormanager gid=441
|
||||
|
||||
|
||||
@@ -43,3 +43,9 @@
|
||||
service: name=xinetd state=started
|
||||
tags:
|
||||
- services
|
||||
|
||||
- name: set sebooleans so rsync can read dirs
|
||||
action: seboolean name=rsync_export_all_ro
|
||||
state=true
|
||||
persistent=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user