3
0
forked from jakub/ansible
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
- name: Run Nextcloud maintenance on VM via Proxmox
hosts: proxmox
hosts: linux_servers
gather_facts: false
become: true
become_user: root

View File

@@ -1,7 +1,7 @@
# nextcloud/update_collabora.yml
- name: Update Collabora CODE on VM via Proxmox
hosts: proxmox
hosts: linux_servers
gather_facts: false
become: true
become_user: root

View File

@@ -1,7 +1,7 @@
# nextcloud/update_nextcloud.yml
- name: Update Nextcloud on VM via Proxmox
hosts: proxmox
hosts: linux_servers
gather_facts: false
become: true
become_user: root

View File

@@ -1,7 +1,7 @@
# nextcloud/update_nextcloud_db_redis.yml
- name: Update Nextcloud DB and Redis on VM via Proxmox
hosts: proxmox
hosts: linux_servers
gather_facts: false
become: true
become_user: root