3
0
forked from jakub/ansible
Files
ansible_fencl/nextcloud/miniplay.yml

8 lines
156 B
YAML

---
- name: "SSH ping through jump host"
hosts: nextcloud_host
gather_facts: false
become: false
tasks:
- name: ping
ansible.builtin.ping: