1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Refine iiab-admin role for Admin Console etc

This commit is contained in:
root 2020-10-16 14:00:30 -04:00
parent 0cf1cfc90d
commit 25c9733541
15 changed files with 136 additions and 114 deletions

View file

@ -16,10 +16,11 @@
- php-fpm
- libnginx-mod-http-subs-filter
- name: Add user '{{ apache_user }}' to shadow group, so it can authenticate Admin Console
user:
name: "{{ apache_user }}" # www-data or apache, per /opt/iiab/iiab/vars/<OS>.yml
groups: shadow
# 2020-10-16: Removed per #2560
#- name: Add user '{{ apache_user }}' to shadow group, so it can authenticate Admin Console
# user:
# name: "{{ apache_user }}" # www-data or apache, per /opt/iiab/iiab/vars/<OS>.yml
# groups: shadow
- name: Remove NGINX default config /etc/nginx/sites-enabled/default
file: