mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-21 07:44:13 +00:00
8 lines
125 B
YAML
8 lines
125 B
YAML
- hosts: demo
|
|
gather_facts: no
|
|
vars:
|
|
ansible_timeout: 30
|
|
tasks:
|
|
- name: Posix ping
|
|
ansible.builtin.ping:
|