This commit is contained in:
Дмитрий Фёдоров
2024-05-28 18:00:38 +03:00
parent d3b6b1eb01
commit 97b0d251fd
4 changed files with 24 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
all:
hosts:
proxmox:
ansible_host: 192.168.88.56
# sbk-proxmox:
# ansible_host: 172.30.30.24
Executable
+8
View File
@@ -0,0 +1,8 @@
all:
hosts:
proxmox:
ansible_host: 192.168.88.57
# sbk-proxmox:
# ansible_host: 172.30.30.24
+7
View File
@@ -0,0 +1,7 @@
---
- name: Upgrade proxmox server
become: true
hosts: proxmox
roles:
- roles/proxmox-upgrade
...
Submodule roles/proxmox-upgrade added at f30a714101