mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Comments/0-init/NGINX/Apache cleanup
This commit is contained in:
parent
6188f30c0a
commit
8efc06a273
4 changed files with 11 additions and 51 deletions
|
@ -1,14 +1,3 @@
|
|||
# This stanza can likely be removed later in 2020:
|
||||
#
|
||||
# - name: 'Remove legacy files if present: /etc/systemd/system/uwsgi.service, {{ nginx_conf_dir }}/usb-lib.conf, {{ nginx_conf_dir }}/modules.conf'
|
||||
# file:
|
||||
# path: "{{ item.path }}"
|
||||
# state: absent
|
||||
# with_items:
|
||||
# - { path: "/etc/systemd/system/uwsgi.service" }
|
||||
# - { path: "{{ nginx_conf_dir }}/usb-lib.conf" }
|
||||
# - { path: "{{ nginx_conf_dir }}/modules.conf" }
|
||||
|
||||
- name: Stop '{{ apache_service }}' systemd service
|
||||
systemd:
|
||||
name: "{{ apache_service }}" # apache2 or httpd, per /opt/iiab/iiab/vars/<OS>.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue