mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
www_options: Mention netwarn.yml & pwd-warnings.yml
This commit is contained in:
parent
da97d3e7c2
commit
7bd9eb3e4f
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,10 @@
|
||||||
- name: Enable IIAB pages via NGINX (e.g. on port 80) if nginx_install
|
- name: Enable IIAB pages via NGINX (e.g. on port 80) if nginx_install
|
||||||
include_tasks: roles/nginx/tasks/homepage.yml
|
include_tasks: roles/nginx/tasks/homepage.yml
|
||||||
when: nginx_installed is defined
|
when: nginx_installed is defined
|
||||||
#when: nginx_install
|
|
||||||
|
|
||||||
|
# 2022-07-22: SIMILAR TO roles/network/tasks/netwarn.yml
|
||||||
|
# AND roles/iiab-admin/tasks/pwd-warnings.yml
|
||||||
|
|
||||||
- name: Does /etc/xdg/lxsession/LXDE-pi/autostart exist? (if so, auto-launch browser on boot, displaying http://box/home IIAB home page)
|
- name: Does /etc/xdg/lxsession/LXDE-pi/autostart exist? (if so, auto-launch browser on boot, displaying http://box/home IIAB home page)
|
||||||
stat:
|
stat:
|
||||||
|
|
Loading…
Reference in a new issue