forked from jakub/ansible
.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
[linux_servers]
|
||||
proxmox_nextcloud ansible_host=192.168.69.2
|
||||
proxmox_services ansible_host=192.168.69.3
|
||||
proxmox_services ansible_host=192.168.69.3
|
||||
[vm]
|
||||
pve2_vm ansible_host=192.168.69.254
|
||||
3
inv_vm
Normal file
3
inv_vm
Normal file
@@ -0,0 +1,3 @@
|
||||
[linux_servers]
|
||||
proxmox_nextcloud ansible_host=192.168.69.2
|
||||
proxmox_services ansible_host=192.168.69.3
|
||||
@@ -1,7 +1,7 @@
|
||||
# update_homarr2.yml
|
||||
|
||||
- name: Update Homarr
|
||||
hosts: linux_servers
|
||||
hosts: vm
|
||||
gather_facts: false
|
||||
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user