feat : Add setup for Proxmox node to collect and print facts

Added a new task to the setup.yml file to collect and print facts from the Proxmox node, allowing for more detailed monitoring and debugging capabilities.
This commit is contained in:
2025-11-01 13:33:19 +01:00
parent 95a0fa3b87
commit 1159f1d606

View File

@@ -1,3 +1,13 @@
- hosts: node0
tasks:
- name: Collect facts from the Proxmox node
setup:
- name: Print collected facts
debug:
var: ansible_facts
- hosts: localhost
gather_facts: yes