Site updated at 2016-09-29 08:43:16 UTC

This commit is contained in:
Travis CI 2016-09-29 08:43:16 +00:00
parent ca0bc1027b
commit b5b715f163
26 changed files with 45 additions and 39 deletions

View file

@ -98,7 +98,7 @@
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">pi_hole</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.2</span>
<span class="s">ssl</span><span class="pi">:</span> <span class="s">True</span>
<span class="s">verify_ssl</span><span class="pi">:</span>
<span class="s">verify_ssl</span><span class="pi">:</span> <span class="s">False</span>
</code></pre>
</div>
@ -107,7 +107,7 @@
<ul>
<li><strong>host</strong> (<em>Optional</em>): The IP address of the Pi-Hole system. Defaults to <code class="highlighter-rouge">localhost</code>.</li>
<li><strong>ssl</strong> (<em>Optional</em>): If <code class="highlighter-rouge">true</code>, use SSL/TLS to connect to the Pi-Hole system. Defaults to <code class="highlighter-rouge">False</code>.</li>
<li><strong>verify_ssl</strong> (<em>Optional</em>): Verify the certification of the system. Default to True.</li>
<li><strong>verify_ssl</strong> (<em>Optional</em>): Verify the certification of the system. Default to <code class="highlighter-rouge">True</code>.</li>
</ul>