Initial commit

This commit is contained in:
2022-01-10 21:57:28 +01:00
commit ccf63c073d
3 changed files with 12 additions and 0 deletions

5
project/ping.yml Normal file
View File

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