add proj
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
all:
|
||||||
|
hosts:
|
||||||
|
proxmox:
|
||||||
|
ansible_host: 192.168.88.56
|
||||||
|
|
||||||
|
# sbk-proxmox:
|
||||||
|
# ansible_host: 172.30.30.24
|
||||||
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
all:
|
||||||
|
hosts:
|
||||||
|
proxmox:
|
||||||
|
ansible_host: 192.168.88.57
|
||||||
|
|
||||||
|
# sbk-proxmox:
|
||||||
|
# ansible_host: 172.30.30.24
|
||||||
|
|
||||||
Executable
+7
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- name: Upgrade proxmox server
|
||||||
|
become: true
|
||||||
|
hosts: proxmox
|
||||||
|
roles:
|
||||||
|
- roles/proxmox-upgrade
|
||||||
|
...
|
||||||
Submodule
+1
Submodule roles/proxmox-upgrade added at f30a714101
Reference in New Issue
Block a user