mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Alphabetical order for 6 svcs in nginx/tasks/uses_apache.yml
This commit is contained in:
parent
63af4c87cd
commit
acfe65f9d7
1 changed files with 19 additions and 24 deletions
|
@ -1,12 +1,3 @@
|
|||
- name: Install /etc/nginx/conf.d/moodle-nginx.conf from template, if moodle_enabled
|
||||
template:
|
||||
src: moodle-nginx.conf.j2
|
||||
dest: /etc/nginx/conf.d/moodle-nginx.conf
|
||||
owner: root # Not nec? Remove?
|
||||
group: root # Not nec? Remove?
|
||||
mode: '0644' # Not nec? Remove?
|
||||
when: moodle_enabled | bool
|
||||
|
||||
- name: Install /etc/nginx/conf.d/dokuwiki-nginx.conf from template, if dokuwiki_enabled
|
||||
template:
|
||||
src: dokuwiki-nginx.conf
|
||||
|
@ -25,6 +16,25 @@
|
|||
dest: /etc/nginx/conf.d/lokole-nginx.conf
|
||||
when: lokole_enabled | bool
|
||||
|
||||
- name: Install /etc/nginx/conf.d/moodle-nginx.conf from template, if moodle_enabled
|
||||
template:
|
||||
src: moodle-nginx.conf.j2
|
||||
dest: /etc/nginx/conf.d/moodle-nginx.conf
|
||||
when: moodle_enabled | bool
|
||||
|
||||
- name: Install /etc/nginx/conf.d/nextcloud-nginx.conf from template, if nextcloud_enabled
|
||||
template:
|
||||
src: nextcloud-nginx.conf
|
||||
dest: /etc/nginx/conf.d/nextcloud-nginx.conf
|
||||
when: nextcloud_enabled | bool
|
||||
|
||||
- name: Install /etc/nginx/conf.d/nodered-nginx.conf from template, if nodered_enabled
|
||||
template:
|
||||
src: nodered-nginx.conf.j2
|
||||
dest: /etc/nginx/conf.d/nodered-nginx.conf
|
||||
# mode: '0666'
|
||||
when: nodered_enabled | bool
|
||||
|
||||
# mediawiki and wordpress are no longer proxied
|
||||
|
||||
#- name: Install MediaWiki's nginx conf.d file from template
|
||||
|
@ -39,19 +49,4 @@
|
|||
# dest: /etc/nginx/conf.d/
|
||||
# when: wordpress_enabled
|
||||
|
||||
- name: Install /etc/nginx/conf.d/nextcloud-nginx.conf from template, if nextcloud_enabled
|
||||
template:
|
||||
src: nextcloud-nginx.conf
|
||||
dest: /etc/nginx/conf.d/nextcloud-nginx.conf
|
||||
when: nextcloud_enabled | bool
|
||||
|
||||
- name: Install /etc/nginx/conf.d/nodered-nginx.conf from template, if nodered_enabled
|
||||
template:
|
||||
src: nodered-nginx.conf.j2
|
||||
dest: /etc/nginx/conf.d/nodered-nginx.conf
|
||||
owner: root # Not nec? Remove?
|
||||
group: root # Not nec? Remove?
|
||||
mode: '0666'
|
||||
when: nodered_enabled | bool
|
||||
|
||||
#- name: Install proxpass to apache running on localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue