mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
correct botched rebase of disable.yml
This commit is contained in:
parent
2b09904b63
commit
301446658b
1 changed files with 24 additions and 0 deletions
24
roles/nginx/tasks/disable.yml
Normal file
24
roles/nginx/tasks/disable.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
#grep -r "not nginx_enabled" roles/
|
||||
#roles/calibre-web/tasks/main.yml: when: calibreweb_enabled | bool and not nginx_enabled | bool
|
||||
#roles/calibre-web/tasks/main.yml: when: not nginx_enabled | bool
|
||||
#roles/kolibri/tasks/main.yml: when: kolibri_enabled | bool and not nginx_enabled | bool
|
||||
#roles/kolibri/tasks/main.yml: when: not nginx_enabled | bool
|
||||
#roles/kiwix/tasks/kiwix_install.yml: when: kiwix_enabled | bool and not nginx_enabled | bool
|
||||
#roles/kiwix/tasks/kiwix_install.yml: when: not nginx_enabled | bool
|
||||
#roles/nginx/tasks/main.yml: when: not nginx_enabled | bool
|
||||
#roles/nginx/tasks/main.yml: when: not nginx_enabled | bool
|
||||
#roles/sugarizer/tasks/install.yml: when: sugarizer_enabled | bool and not nginx_enabled | bool
|
||||
#roles/sugarizer/tasks/install.yml: when: sugarizer_enabled | bool and not nginx_enabled | bool
|
||||
|
||||
- name: Enable Calibre-Web for Apache
|
||||
command: a2ensite calibre-web.conf
|
||||
|
||||
- name: Enable Kolibri for Apache
|
||||
command: a2ensite kolibri.conf
|
||||
|
||||
- name: Enable kiwix for Apache
|
||||
command: a2ensite kiwix.conf
|
||||
|
||||
- name: Enable Sugarizer for Apache
|
||||
command: a2ensite sugarizer.conf
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue