|
1 |
| - |
2 | 1 | .. Document meta
|
3 | 2 |
|
4 | 3 | :orphan:
|
@@ -45,9 +44,11 @@ codeaffen.phpipam.address module -- Manage addresses
|
45 | 44 | .. note::
|
46 | 45 | This module is part of the `codeaffen.phpipam collection <https://galaxy.ansible.com/codeaffen/phpipam>`_ (version 1.5.0).
|
47 | 46 |
|
| 47 | + You might already have this collection installed if you are using the ``ansible`` package. |
| 48 | + It is not included in ``ansible-core``. |
| 49 | + To check whether it is installed, run :code:`ansible-galaxy collection list`. |
| 50 | + |
48 | 51 | To install it, use: :code:`ansible-galaxy collection install codeaffen.phpipam`.
|
49 |
| - You need further requirements to be able to use this module, |
50 |
| - see :ref:`Requirements <ansible_collections.codeaffen.phpipam.address_module_requirements>` for details. |
51 | 52 |
|
52 | 53 | To use it in a playbook, specify: :code:`codeaffen.phpipam.address`.
|
53 | 54 |
|
@@ -75,15 +76,13 @@ Synopsis
|
75 | 76 |
|
76 | 77 | .. Requirements
|
77 | 78 |
|
78 |
| -.. _ansible_collections.codeaffen.phpipam.address_module_requirements: |
79 |
| - |
80 | 79 | Requirements
|
81 | 80 | ------------
|
82 | 81 | The below requirements are needed on the host that executes this module.
|
83 | 82 |
|
84 | 83 | - inflection
|
85 | 84 | - ipaddress
|
86 |
| -- phpypam\>=1.0.0 |
| 85 | +- phpypam>=1.0.0 |
87 | 86 |
|
88 | 87 |
|
89 | 88 |
|
@@ -246,8 +245,8 @@ Parameters
|
246 | 245 |
|
247 | 246 | :ansible-option-choices:`Choices:`
|
248 | 247 |
|
249 |
| - - :ansible-option-choices-entry:`false` |
250 |
| - - :ansible-option-choices-entry:`true` |
| 248 | + - :ansible-option-choices-entry:`no` |
| 249 | + - :ansible-option-choices-entry:`yes` |
251 | 250 |
|
252 | 251 | .. raw:: html
|
253 | 252 |
|
@@ -321,8 +320,8 @@ Parameters
|
321 | 320 |
|
322 | 321 | :ansible-option-choices:`Choices:`
|
323 | 322 |
|
324 |
| - - :ansible-option-default-bold:`false` :ansible-option-default:`← (default)` |
325 |
| - - :ansible-option-choices-entry:`true` |
| 323 | + - :ansible-option-default-bold:`no` :ansible-option-default:`← (default)` |
| 324 | + - :ansible-option-choices-entry:`yes` |
326 | 325 |
|
327 | 326 | .. raw:: html
|
328 | 327 |
|
@@ -404,8 +403,8 @@ Parameters
|
404 | 403 |
|
405 | 404 | :ansible-option-choices:`Choices:`
|
406 | 405 |
|
407 |
| - - :ansible-option-default-bold:`false` :ansible-option-default:`← (default)` |
408 |
| - - :ansible-option-choices-entry:`true` |
| 406 | + - :ansible-option-default-bold:`no` :ansible-option-default:`← (default)` |
| 407 | + - :ansible-option-choices-entry:`yes` |
409 | 408 |
|
410 | 409 | .. raw:: html
|
411 | 410 |
|
@@ -869,8 +868,8 @@ Parameters
|
869 | 868 |
|
870 | 869 | :ansible-option-choices:`Choices:`
|
871 | 870 |
|
872 |
| - - :ansible-option-choices-entry:`false` |
873 |
| - - :ansible-option-default-bold:`true` :ansible-option-default:`← (default)` |
| 871 | + - :ansible-option-choices-entry:`no` |
| 872 | + - :ansible-option-default-bold:`yes` :ansible-option-default:`← (default)` |
874 | 873 |
|
875 | 874 | .. raw:: html
|
876 | 875 |
|
|
0 commit comments