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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user