Skip to content

Commit dc60151

Browse files
committed
Merge branch 'main' of github.com:zp-4/zp-4.github.io
2 parents 58b5ad8 + 2c7b71f commit dc60151

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/2024-10-20-automated-updates-management-on-proxmox-with-ansible.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Automated Updates Management on Proxmox with Ansible
44
date: 2024-10-20 10:40 +0200
55
categories: [Proxmox, Virtualization, Automation]
66
tags: [Proxmox, Virtual Machines, Update, Upgrade, Automation, Ansible, Playbook]
7+
comments: true
78
---
89

910
# Automated Updates Management on Proxmox with Ansible
@@ -95,7 +96,8 @@ Keeping your VMs and CTs up-to-date is crucial for maintaining a secure and effi
9596
```bash
9697
nano ~/update_nodes.yml
9798
```
98-
Add the following content:
99+
Add the following content for upgrading debian-based systems for example:
100+
99101
```yaml
100102
---
101103
- hosts: proxmox_nodes
@@ -124,7 +126,7 @@ Keeping your VMs and CTs up-to-date is crucial for maintaining a secure and effi
124126
when: reboot_required_file.stat.exists
125127
```
126128
127-
3. **Test the Playbook:**
129+
4. **Test the Playbook:**
128130
```bash
129131
ansible-playbook ~/update_nodes.yml
130132
```

0 commit comments

Comments
 (0)