diff --git a/branch/main/docsite/api-guide.html b/branch/main/docsite/api-guide.html index 2e08b6f..1ab6259 100644 --- a/branch/main/docsite/api-guide.html +++ b/branch/main/docsite/api-guide.html @@ -190,12 +190,12 @@ hosts: localhost gather_facts: false module_defaults: - group/community.routeros.api - hostname: 192.168.1.1 - password: admin - username: test1234 - # The following options configure TLS/SSL. - # Depending on your setup, these options need different values: + group/community.routeros.api: + hostname: 192.168.1.1 + password: admin + username: test1234 + # The following options configure TLS/SSL. + # Depending on your setup, these options need different values: tls: true validate_certs: true validate_cert_hostname: true