2017-10-27 02:22:59 +00:00
|
|
|
# Base Server
|
2017-11-09 13:23:54 +00:00
|
|
|
|
2017-10-30 20:32:31 +00:00
|
|
|
- name: ...IS BEGINNING =====================================
|
2017-10-27 02:22:59 +00:00
|
|
|
command: echo
|
|
|
|
|
2017-10-27 17:32:07 +00:00
|
|
|
- name: MYSQL
|
|
|
|
include_role:
|
|
|
|
name: mysql
|
2020-09-24 23:01:11 +00:00
|
|
|
#when: mysql_install | bool
|
2019-11-20 08:32:05 +00:00
|
|
|
|
2020-08-29 03:51:56 +00:00
|
|
|
# 2020-05-21: Apache role 'httpd' is installed as nec by any of these 7 roles:
|
2020-05-17 02:58:48 +00:00
|
|
|
#
|
2020-08-29 03:51:56 +00:00
|
|
|
# cups, elgg, lokole, moodle, nodered, pbx, phpmyadmin
|
2020-05-20 23:38:09 +00:00
|
|
|
#
|
2020-05-22 11:44:28 +00:00
|
|
|
# These 14 roles conditionally touch /etc/apache2/sites-available/*.conf files:
|
|
|
|
#
|
|
|
|
# awstats, calibre-web, gitea, internetarchive, kalite, kiwix, kolibri,
|
|
|
|
# mediawiki, munin, nextcloud, sugarizer, usb_lib, wordpress, www_options
|
|
|
|
#
|
|
|
|
# SEE ALSO: https://github.com/iiab/iiab/blob/master/roles/nginx/README.md
|
2020-01-24 09:25:49 +00:00
|
|
|
|
2020-02-12 08:14:57 +00:00
|
|
|
- name: NGINX
|
2020-02-12 08:08:16 +00:00
|
|
|
include_role:
|
|
|
|
name: nginx
|
2020-09-24 23:01:11 +00:00
|
|
|
#when: nginx_install | bool
|
2020-01-14 20:37:56 +00:00
|
|
|
|
2020-04-28 18:50:30 +00:00
|
|
|
- name: WWW_BASE (WWW_OPTIONS should be installed later)
|
|
|
|
include_role:
|
|
|
|
name: www_base
|
2020-09-21 18:25:08 +00:00
|
|
|
#when: www_base_install | bool # Flag might be created in future?
|
2017-05-27 18:09:50 +00:00
|
|
|
|
2017-11-14 05:00:39 +00:00
|
|
|
- name: Recording STAGE 3 HAS COMPLETED =====================
|
2018-02-13 02:59:59 +00:00
|
|
|
lineinfile:
|
2020-02-04 00:54:04 +00:00
|
|
|
path: "{{ iiab_env_file }}"
|
2018-02-13 02:59:59 +00:00
|
|
|
regexp: '^STAGE=*'
|
|
|
|
line: 'STAGE=3'
|