forked from jakub/ansible
fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# nextcloud/check_stack_nextcloud.yml
|
# nextcloud/check_stack_nextcloud.yml
|
||||||
|
|
||||||
- name: Run Nextcloud maintenance on VM via Proxmox
|
- name: Run Nextcloud maintenance on VM via Proxmox
|
||||||
hosts: proxmox
|
hosts: linux_servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# nextcloud/update_collabora.yml
|
# nextcloud/update_collabora.yml
|
||||||
|
|
||||||
- name: Update Collabora CODE on VM via Proxmox
|
- name: Update Collabora CODE on VM via Proxmox
|
||||||
hosts: proxmox
|
hosts: linux_servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# nextcloud/update_nextcloud.yml
|
# nextcloud/update_nextcloud.yml
|
||||||
|
|
||||||
- name: Update Nextcloud on VM via Proxmox
|
- name: Update Nextcloud on VM via Proxmox
|
||||||
hosts: proxmox
|
hosts: linux_servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# nextcloud/update_nextcloud_db_redis.yml
|
# nextcloud/update_nextcloud_db_redis.yml
|
||||||
|
|
||||||
- name: Update Nextcloud DB and Redis on VM via Proxmox
|
- name: Update Nextcloud DB and Redis on VM via Proxmox
|
||||||
hosts: proxmox
|
hosts: linux_servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# update_portainer_agent.yml
|
# update_portainer_agent.yml
|
||||||
|
|
||||||
- name: Update Portainer Agent on VM via Proxmox
|
- name: Update Portainer Agent on VM via Proxmox
|
||||||
hosts: proxmox
|
hosts: linux_servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# update_broker_kafka-ui.yml
|
# update_broker_kafka-ui.yml
|
||||||
|
|
||||||
- name: Update Kafka broker3 and Redpanda Console on VM via Proxmox
|
- name: Update Kafka broker3 and Redpanda Console on VM via Proxmox
|
||||||
hosts: proxmox
|
hosts: linux_servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# nextcloud/update_uptime_kuma.yml
|
# nextcloud/update_uptime_kuma.yml
|
||||||
|
|
||||||
- name: Update Uptime Kuma on VM via Proxmox
|
- name: Update Uptime Kuma on VM via Proxmox
|
||||||
hosts: proxmox
|
hosts: linux_servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|||||||
Reference in New Issue
Block a user