Files
scripts/ping.yaml
Matan Horovitz 9d5303fdc6
All checks were successful
Ansible Deploy / deploy (push) Successful in 54s
Trying Ansible actions
2023-11-17 23:40:24 +02:00

9 lines
157 B
YAML

- hosts: takahe
gather_facts: no
vars:
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
tasks:
- name: ping
ansible.builtin.ping: