nextcloud: Entferne weitere munin-Überbleibsel
This commit is contained in:
parent
3f48f62351
commit
ed3e2ca37a
3 changed files with 0 additions and 17 deletions
|
@ -2,7 +2,6 @@
|
||||||
nextcloud_admin_user: systemausfall.org
|
nextcloud_admin_user: systemausfall.org
|
||||||
nextcloud_admin_pw: admin
|
nextcloud_admin_pw: admin
|
||||||
nextcloud_db_password: "{{ lookup('password', '/tmp/{{ instance.name }}_db_pwd length=42 chars=ascii_letters,digits') }}"
|
nextcloud_db_password: "{{ lookup('password', '/tmp/{{ instance.name }}_db_pwd length=42 chars=ascii_letters,digits') }}"
|
||||||
nextcloud_munin_user_password: "{{ lookup('password', '/tmp/{{ instance.name }}_munin_pwd length=42 chars=ascii_letters,digits') }}"
|
|
||||||
nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
||||||
nextcloud_root: /data/nextcloud
|
nextcloud_root: /data/nextcloud
|
||||||
nextcloud_install_path: "{{ nextcloud_root }}/{{ instance.name }}"
|
nextcloud_install_path: "{{ nextcloud_root }}/{{ instance.name }}"
|
||||||
|
|
|
@ -15,11 +15,6 @@
|
||||||
state: reloaded
|
state: reloaded
|
||||||
delegate_to: "{{ gateway_host }}"
|
delegate_to: "{{ gateway_host }}"
|
||||||
|
|
||||||
- name: restart munin-node
|
|
||||||
service:
|
|
||||||
name: munin-node
|
|
||||||
state: restarted
|
|
||||||
|
|
||||||
- name: stop php-fpm-socket
|
- name: stop php-fpm-socket
|
||||||
command: systemctl stop php-fpm@*.socket
|
command: systemctl stop php-fpm@*.socket
|
||||||
|
|
||||||
|
|
|
@ -71,14 +71,3 @@
|
||||||
src: ../roles/nextcloud/templates/nextcloud-updater.j2
|
src: ../roles/nextcloud/templates/nextcloud-updater.j2
|
||||||
dest: "/usr/local/bin/nextcloud-updater"
|
dest: "/usr/local/bin/nextcloud-updater"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
- name: "common | Erstelle munin-Verzeichnis"
|
|
||||||
file:
|
|
||||||
path: "{{ local_munin_path }}"
|
|
||||||
state: directory
|
|
||||||
|
|
||||||
- name: "common | Kopiere munin-Daten"
|
|
||||||
get_url:
|
|
||||||
url: https://raw.githubusercontent.com/munin-monitoring/contrib/master/plugins/nextcloud/nextcloud_
|
|
||||||
dest: "{{ local_munin_path }}/nextcloud_"
|
|
||||||
mode: 0755
|
|
||||||
|
|
Loading…
Reference in a new issue