Skip to content

Commit

Permalink
Merge pull request #26 from cmeissner/provide_validate_certs
Browse files Browse the repository at this point in the history
fixing validate_certs issue #25
  • Loading branch information
cmeissner authored Nov 12, 2020
2 parents 2915e5c + 4458929 commit 5dbf69b
Show file tree
Hide file tree
Showing 17 changed files with 223 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ codeaffen.phpipam Release Notes
.. contents:: Topics


v1.1.0
======

Bugfixes
--------

- Fixing `There is no `validate_certs` parameter in modules` bug (https://github.com/codeaffen/phpipam-ansible-modules/issues/25)

v1.0.0
======

Expand Down
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ releases:
fragments:
- finally_go_stabel.yml
release_date: '2020-10-30'
1.1.0:
changes:
bugfixes:
- Fixing `There is no `validate_certs` parameter in modules` bug (https://github.com/codeaffen/phpipam-ansible-modules/issues/25)
fragments:
- missing_validate_certs_parameter.yml
release_date: '2020-11-12'
19 changes: 19 additions & 0 deletions docs/plugins/address_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,25 @@ Parameters
<td>
<div>Username to access phpIPAM server</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div>
<b>validate_certs</b>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Is the TLS certificate of the phpIPAM server verified or not.</div>
</td>
</tr>
</table>
<br/>
Expand Down
19 changes: 19 additions & 0 deletions docs/plugins/device_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,25 @@ Parameters
<td>
<div>Username to access phpIPAM server</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div>
<b>validate_certs</b>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Is the TLS certificate of the phpIPAM server verified or not.</div>
</td>
</tr>
</table>
<br/>
Expand Down
19 changes: 19 additions & 0 deletions docs/plugins/device_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,25 @@ Parameters
<td>
<div>Username to access phpIPAM server</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div>
<b>validate_certs</b>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Is the TLS certificate of the phpIPAM server verified or not.</div>
</td>
</tr>
</table>
<br/>
Expand Down
19 changes: 19 additions & 0 deletions docs/plugins/domain_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,25 @@ Parameters
<td>
<div>Username to access phpIPAM server</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div>
<b>validate_certs</b>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Is the TLS certificate of the phpIPAM server verified or not.</div>
</td>
</tr>
</table>
<br/>
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Module Plugins
* :ref:`nameserver <ansible_collections.codeaffen.phpipam.nameserver_module>` -- Manage nameservers
* :ref:`section <ansible_collections.codeaffen.phpipam.section_module>` -- Manage sections
* :ref:`subnet <ansible_collections.codeaffen.phpipam.subnet_module>` -- Manage subnets
* :ref:`tag <ansible_collections.codeaffen.phpipam.tag_module>` --
* :ref:`vlan <ansible_collections.codeaffen.phpipam.vlan_module>` -- Manage vlans
* :ref:`vrf <ansible_collections.codeaffen.phpipam.vrf_module>` -- Manage virtual routers and forwarders

Expand Down
19 changes: 19 additions & 0 deletions docs/plugins/nameserver_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,25 @@ Parameters
<td>
<div>Username to access phpIPAM server</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div>
<b>validate_certs</b>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Is the TLS certificate of the phpIPAM server verified or not.</div>
</td>
</tr>
</table>
<br/>
Expand Down
19 changes: 19 additions & 0 deletions docs/plugins/section_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,25 @@ Parameters
<td>
<div>Username to access phpIPAM server</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div>
<b>validate_certs</b>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Is the TLS certificate of the phpIPAM server verified or not.</div>
</td>
</tr>
</table>
<br/>
Expand Down
19 changes: 19 additions & 0 deletions docs/plugins/subnet_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,25 @@ Parameters
<td>
<div>Username to access phpIPAM server</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div>
<b>validate_certs</b>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Is the TLS certificate of the phpIPAM server verified or not.</div>
</td>
</tr>
<tr>
<td colspan="1">
Expand Down
28 changes: 28 additions & 0 deletions docs/plugins/tag_module.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. Document meta section
:orphan:

.. Document body
.. Anchors
.. _ansible_collections.codeaffen.phpipam.tag_module:

.. Title
codeaffen.phpipam.tag
+++++++++++++++++++++


The documentation for the module plugin, codeaffen.phpipam.tag, was malformed.

The errors were:

* ::

1 validation error for ModuleDocSchema
doc -> options -> fgcolor -> rquired
extra fields not permitted (type=value_error.extra)


File a bug with the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ in order to have it corrected.
19 changes: 19 additions & 0 deletions docs/plugins/vlan_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,25 @@ Parameters
<td>
<div>Username to access phpIPAM server</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div>
<b>validate_certs</b>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Is the TLS certificate of the phpIPAM server verified or not.</div>
</td>
</tr>
<tr>
<td colspan="1">
Expand Down
Loading

0 comments on commit 5dbf69b

Please sign in to comment.