mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nginx/tasks/install.yml: User 'www-data' no longer added to group 'shadow'
This commit is contained in:
parent
56592fce9c
commit
96ef3a575f
1 changed files with 9 additions and 5 deletions
|
@ -15,17 +15,20 @@
|
||||||
- uwsgi-plugin-python3 # these 2 packages on demand (not every IIAB needs these).
|
- uwsgi-plugin-python3 # these 2 packages on demand (not every IIAB needs these).
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
|
# 2021-08-07: Legacy from roles/httpd/tasks/install.yml
|
||||||
|
|
||||||
|
# - name: 'Create group: admin'
|
||||||
|
# group:
|
||||||
|
# name: admin
|
||||||
|
|
||||||
# 2020-10-16: Removed per #2560
|
# 2020-10-16: Removed per #2560
|
||||||
# - name: Add user '{{ apache_user }}' to shadow group, so it can authenticate Admin Console
|
# - name: Add user '{{ apache_user }}' to shadow group, so it can authenticate Admin Console
|
||||||
# user:
|
# user:
|
||||||
# name: "{{ apache_user }}" # www-data or apache, per /opt/iiab/iiab/vars/<OS>.yml
|
# name: "{{ apache_user }}" # www-data or apache, per /opt/iiab/iiab/vars/<OS>.yml
|
||||||
# groups: shadow
|
# groups: shadow
|
||||||
|
|
||||||
# - name: 'Create group: admin'
|
# - name: Add user {{ apache_user }} (from variable apache_user) to groups admin, shadow
|
||||||
# group:
|
|
||||||
# name: admin
|
|
||||||
|
|
||||||
# - name: Add user {{ apache_user }} (from variable apache_user) to groups shadow
|
|
||||||
# user:
|
# user:
|
||||||
# name: "{{ apache_user }}" # www-data on Debuntu
|
# name: "{{ apache_user }}" # www-data on Debuntu
|
||||||
# #groups: admin,shadow
|
# #groups: admin,shadow
|
||||||
|
@ -33,6 +36,7 @@
|
||||||
# createhome: no
|
# createhome: no
|
||||||
# append: yes
|
# append: yes
|
||||||
|
|
||||||
|
|
||||||
- name: Remove NGINX default config /etc/nginx/sites-enabled/default
|
- name: Remove NGINX default config /etc/nginx/sites-enabled/default
|
||||||
file:
|
file:
|
||||||
path: /etc/nginx/sites-enabled/default
|
path: /etc/nginx/sites-enabled/default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue