1
0

first upload

This commit is contained in:
2025-09-15 16:50:41 +02:00
parent 604b587ebd
commit 98b06de737
5 changed files with 65 additions and 0 deletions

6
playbook/pingall.yml Normal file
View File

@@ -0,0 +1,6 @@
- name: Ping all hosts
hosts: all
gather_facts: False
tasks:
- name: Ping
ansible.builtin.ping: