mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-09 17:00
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
restorecon -R {{ fpbx_root_dir }}
|
||||
chmod 755 {{ fpbx_root_dir }}
|
||||
chown root:root {{ fpbx_root_dir }}/{meta,db_dumps}
|
||||
chmod 700 {{ fpbx_root_dir }}/{meta,db_dumps}
|
||||
chown root:root {{ fpbx_root_dir }}/{meta,backup}
|
||||
chmod 700 {{ fpbx_root_dir }}/{meta,backup}
|
||||
setfacl -k -b {{ fpbx_root_dir }}
|
||||
setfacl -m u:asterisk:rx,u:{{ httpd_user | default('apache') }}:rx {{ fpbx_root_dir }}
|
||||
chown -R root:root {{ fpbx_root_dir }}/web
|
||||
|
Reference in New Issue
Block a user