From cc82813f1d9aace16cfc48cb798aceda837eaa73 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sat, 6 Jan 2024 07:49:06 +0000 Subject: [PATCH] deploy: 9c75b9c5cdae74ca19fad319fc9a4ed1abb7ffb0 --- branch/main/docsite/api-guide.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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