mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-13 05:49:07 +00:00
@@ -10,4 +10,8 @@
|
||||
login_password: "{{ account.secret }}"
|
||||
login_host: "{{ jms_asset.address }}"
|
||||
login_port: "{{ jms_asset.port }}"
|
||||
check_hostname: "{{ jms_asset.spec_info.use_ssl and not jms_asset.spec_info.allow_invalid_cert }}"
|
||||
ca_cert: "{{ jms_asset.secret_info.ca_cert }}"
|
||||
client_cert: "{{ jms_asset.secret_info.client_cert }}"
|
||||
client_key: "{{ jms_asset.secret_info.client_key }}"
|
||||
filter: version
|
||||
|
Reference in New Issue
Block a user