mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-11 12:52:10 +07:00
Drop owncloud code
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
install_recommends: no
|
||||
with_items:
|
||||
- backuppc
|
||||
# - owncloud
|
||||
|
||||
- name: APT | Install nagios3 (only on old Debian releases)
|
||||
apt:
|
||||
|
||||
@@ -447,28 +447,6 @@
|
||||
|
||||
when: ansible_distribution == 'Debian' and ansible_distribution_major_version | version_compare('9', 'lt')
|
||||
|
||||
|
||||
# --------------------------------
|
||||
# Owncloud
|
||||
# --------------------------------
|
||||
# - block:
|
||||
# - name: -- VERIFY OWNCLOUD --
|
||||
# command: "curl -H 'Host: owncloud.local' http://127.0.0.1/"
|
||||
# changed_when: false
|
||||
# register: ownsimple
|
||||
# failed_when: ownsimple.stdout.find('ownCloud') == -1
|
||||
# - name: -- VERIFY OWNCLOUD JS (FROM PHP)--
|
||||
# command: "curl -H 'Host: owncloud.local' http://127.0.0.1/index.php/core/js/oc.js"
|
||||
# changed_when: false
|
||||
# register: ownjsphp
|
||||
# failed_when: ownjsphp.stdout.find('var oc_debug=false') == -1
|
||||
# - name: -- VERIFY OWNCLOUD JS --
|
||||
# command: "curl -H 'Host: owncloud.local' http://127.0.0.1/core/js/js.js"
|
||||
# changed_when: false
|
||||
# register: ownjs
|
||||
# failed_when: ownjs.stdout.find('var oc_debug') == -1
|
||||
# when: ansible_distribution != 'FreeBSD'
|
||||
|
||||
# --------------------------------
|
||||
# SSL
|
||||
# --------------------------------
|
||||
|
||||
Reference in New Issue
Block a user