mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-02 09:14:29 +02:00
Add options to control certificate validation for api module (#37)
* Add options to control certificate validation for api module. * Linting. * Extend documentation. * Fix validate_cert_hostname=true. * Add documentation on setting up certificates on a RouterOS device.
This commit is contained in:
parent
937aa0dbfa
commit
75b4b966a6
4 changed files with 165 additions and 14 deletions
|
@ -104,7 +104,10 @@ Example playbook:
|
|||
password: "{{ password }}"
|
||||
username: "{{ username }}"
|
||||
path: "ip address"
|
||||
ssl: true
|
||||
tls: true
|
||||
validate_certs: true
|
||||
validate_cert_hostname: true
|
||||
ca_path: /path/to/ca-certificate.pem
|
||||
register: print_path
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue