add ping playbook

This commit is contained in:
shynd 2024-11-09 06:54:00 +01:00
parent 2001130d09
commit 53c6ec653a
No known key found for this signature in database
GPG Key ID: 31DC000B2E21D69D
1 changed files with 10 additions and 0 deletions

10
ping.yml Normal file
View File

@ -0,0 +1,10 @@
---
- name: demo playbook
hosts: all
become: yes
tasks:
- name: run demo task, ping all proxmox nodes
ping:
- name: debug task
debug:
msg: "{{ ansible_facts }}"