fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# update_portainer_agent.yml
|
||||
|
||||
- name: Update Portainer Agent on VM via Proxmox
|
||||
hosts: proxmox
|
||||
hosts: linux_servers
|
||||
gather_facts: false
|
||||
become: true
|
||||
become_user: root
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# update_broker_kafka-ui.yml
|
||||
|
||||
- name: Update Kafka broker3 and Redpanda Console on VM via Proxmox
|
||||
hosts: proxmox
|
||||
hosts: linux_servers
|
||||
gather_facts: false
|
||||
become: true
|
||||
become_user: root
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# nextcloud/update_uptime_kuma.yml
|
||||
|
||||
- name: Update Uptime Kuma on VM via Proxmox
|
||||
hosts: proxmox
|
||||
hosts: linux_servers
|
||||
gather_facts: false
|
||||
become: true
|
||||
become_user: root
|
||||
|
||||
Reference in New Issue
Block a user