jumpserver/apps/assets/automations/ping/host/windows/main.yml
fit2bot c9ee46c0fb
perf: windows 账号可连接性 ansible 刷新 (#10268)
Co-authored-by: feng <1304903146@qq.com>
2023-04-20 11:32:33 +08:00

9 lines
179 B
YAML

- hosts: windows
gather_facts: no
tasks:
- name: Refresh connection
ansible.builtin.meta: reset_connection
- name: Windows ping
ansible.builtin.win_ping: