Variablen für ssh-management
This commit is contained in:
parent
db6f5ac31a
commit
a295c3f704
3 changed files with 110 additions and 0 deletions
8
playbooks/ping.yml
Normal file
8
playbooks/ping.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Ping all hosts
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Ping
|
||||
ansible.builtin.ping: {}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue