This commit is contained in:
martin.fencl
2025-12-21 11:30:30 +01:00
parent dbd864b45e
commit b1f8eea86f
7 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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