1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Comments cleaned up (just-merged PR #888)

This commit is contained in:
A Holt 2018-07-11 23:25:27 -04:00 committed by GitHub
parent 2873b07595
commit 3461c779e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# 0. CLEAN UP PRIOR VERSIONS OF SUGARIZER (NEEDS WORK!)
- name: Wipe /library/www/html/sugarizer* if sugarizer-1.0
- name: Wipe /library/www/html/sugarizer* if installing sugarizer-1.0
shell: "rm -rf {{ doc_root }}/sugarizer*"
when: sugarizer_version == "sugarizer-1.0"
@ -27,7 +27,7 @@
# https://github.com/iiab/iiab/pull/814#issuecomment-404211098
# Versions of MongoDB, npm (& Node.js ?) matter! Sugarizer 1.0 Context:
# https://github.com/iiab/iiab/issues/798
# Going forward let's "git clone" IIAB's preferred version, of sugarizer
# Going forward let's "git clone" IIAB's preferred versions, of sugarizer
# AND sugarizer-server, as specified in roles/sugarizer/defaults/main.yml
- name: Clone llaske/sugarizer-server ({{ sugarizer_server_git_version }}) from GitHub to /opt/iiab
@ -108,7 +108,7 @@
# 5. PLACE CONFIG FILES
- name: Create systemd files and copy our ini file
- name: Configure sugarizer.service (systemd), sugarizer.conf (Apache) and sugarizer.ini
template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
@ -138,7 +138,7 @@
- { name: sugarizer }
when: sugarizer_enabled
- name: Disable services (all OS's)
- name: Disable service (all OS's)
service:
name: "{{ item.name }}"
enabled: no