jumpserver/apps/assets/automations/ping/custom/rdp/main.yml

16 lines
489 B
YAML
Raw Normal View History

- hosts: custom
gather_facts: no
vars:
2023-06-15 10:33:05 +00:00
ansible_shell_type: sh
ansible_connection: local
tasks:
2023-06-15 10:33:05 +00:00
- name: Test asset connection (pyfreerdp)
rdp_ping:
login_user: "{{ jms_account.username }}"
login_password: "{{ jms_account.secret }}"
login_host: "{{ jms_asset.address }}"
login_port: "{{ jms_asset.port }}"
login_secret_type: "{{ jms_account.secret_type }}"
login_private_key_path: "{{ jms_account.private_key_path }}"