Variablen für ssh-management

This commit is contained in:
Frank Agerholm 2026-07-09 22:51:47 +02:00
commit a295c3f704
No known key found for this signature in database
3 changed files with 110 additions and 0 deletions

8
playbooks/ping.yml Normal file
View file

@ -0,0 +1,8 @@
---
- name: Ping all hosts
hosts: all
gather_facts: false
tasks:
- name: Ping
ansible.builtin.ping: {}