diff --git a/README-automember.md b/README-automember.md index 0d2861e4354675c8da3941beca3db03099d758ff..42fc4aca3758a7fb26d871a099ccc2ffa3111c30 100644 --- a/README-automember.md +++ b/README-automember.md @@ -123,6 +123,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | Automember rule. | yes `description` | A description of this auto member rule. | no `automember_type` | Grouping to which the rule applies. It can be one of `group`, `hostgroup`. | yes diff --git a/README-automountlocation.md b/README-automountlocation.md index 42393bc163ab635348ab86833e04256a0e859ea9..6acb4f5b8fc0be75efe712ac14cfec22ea64e289 100644 --- a/README-automountlocation.md +++ b/README-automountlocation.md @@ -105,6 +105,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` \| `location` | List of one or more automountlocation names. | yes `state` | The state to ensure. It can be one of `present`, or `absent`, default: `present`. | no diff --git a/README-config.md b/README-config.md index a756f67b49aeab860ebc2301c52c85f6faef1c5f..5f05fd9d75fd278451465f11e83a9aad1a0484c8 100644 --- a/README-config.md +++ b/README-config.md @@ -92,6 +92,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `maxusername` \| `ipamaxusernamelength` | Set the maximum username length (1 to 255) | no `maxhostname` \| `ipamaxhostnamelength` | Set the maximum hostname length between 64-255. Only usable with IPA versions 4.8.0 and up. | no `homedirectory` \| `ipahomesrootdir` | Set the default location of home directories | no diff --git a/README-delegation.md b/README-delegation.md index 00d84388b0f644b9aef7e70f08ecec72b37f3a15..643a1633957cab6dfdaa373d4d2f7108c6930c69 100644 --- a/README-delegation.md +++ b/README-delegation.md @@ -143,6 +143,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `aciname` | The list of delegation name strings. | yes `permission` \| `permissions` | The permission to grant `read`, `read,write`, `write`]. Default is `write`. | no `attribute` \| `attrs` | The attribute list to which the delegation applies. | no diff --git a/README-dnsconfig.md b/README-dnsconfig.md index f7e733fb29a9c9326b91298866f328fddb0828ac..33ed76f529837f7942aca02b6f1d26cfc19136b9 100644 --- a/README-dnsconfig.md +++ b/README-dnsconfig.md @@ -127,6 +127,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `forwarders` | The list of forwarders dicts. Each `forwarders` dict entry has:| no | `ip_address` - The IPv4 or IPv6 address of the DNS server. | yes | `port` - The custom port that should be used on this server. | no diff --git a/README-dnsforwardzone.md b/README-dnsforwardzone.md index cd5b5cc50008445a6adc1181fa8eadaf4ab18bf2..e1ff1db0f97af6906d9a37924ab14b211a4cf246 100644 --- a/README-dnsforwardzone.md +++ b/README-dnsforwardzone.md @@ -108,6 +108,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | Zone name (FQDN). | yes if `state` == `present` `forwarders` \| `idnsforwarders` | Per-zone forwarders. A custom port can be specified for each forwarder. Options | no | `ip_address`: The forwarder IP address. | yes diff --git a/README-dnsrecord.md b/README-dnsrecord.md index 35c3614c2d6470c40255dfddd0f30bb758023b18..99beffbb981270571346732e2b7f3d03c1b17f7d 100644 --- a/README-dnsrecord.md +++ b/README-dnsrecord.md @@ -250,6 +250,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `zone_name` \| `dnszone` | The DNS zone name to which DNS record needs to be managed. You can use one global zone name for multiple records. | no required: true `records` | The list of dns records dicts. Each `records` dict entry can contain **record variables**. | no diff --git a/README-dnszone.md b/README-dnszone.md index 544b86ef208d74719b987297d0725bbd7f32d9a4..4118a97a21025217c58370e3f9b0efa20db0d853 100644 --- a/README-dnszone.md +++ b/README-dnszone.md @@ -203,6 +203,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `zone_name` | The zone name string or list of strings. | no `name_from_ip` | Derive zone name from reverse of IP (PTR). Can only be used with `state: present`. | no `forwarders` | The list of forwarders dicts. Each `forwarders` dict entry has:| no diff --git a/README-group.md b/README-group.md index 662fcd01bb3a2a09e238c61c8bc4e779b3ce20b0..c3a27002dd0c14b40cc1e529e28c76b9a00504ee 100644 --- a/README-group.md +++ b/README-group.md @@ -155,6 +155,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of group name strings. | no `description` | The group description string. | no `gid` \| `gidnumber` | The GID integer. | no diff --git a/README-hbacrule.md b/README-hbacrule.md index fee62820e9c8aef4915b39eabcd5b5f3f56ba94b..d246c8c9e0fe464a95941ccd9596381b3632f80a 100644 --- a/README-hbacrule.md +++ b/README-hbacrule.md @@ -137,6 +137,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of hbacrule name strings. | yes `description` | The hbacrule description string. | no `usercategory` \| `usercat` | User category the rule applies to. Choices: ["all", ""] | no diff --git a/README-hbacsvc.md b/README-hbacsvc.md index 49644b8fb7eecdd416d83dc94e1d09cceb3fb2ad..21d0f735895d5029479268a9ea1062144664511e 100644 --- a/README-hbacsvc.md +++ b/README-hbacsvc.md @@ -99,6 +99,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` \| `service` | The list of hbacsvc name strings. | no `description` | The hbacsvc description string. | no `state` | The state to ensure. It can be one of `present` or `absent`, default: `present`. | no diff --git a/README-hbacsvcgroup.md b/README-hbacsvcgroup.md index c2beae418585ea5e08051c84352c82e85c1297a9..4c9cb1188e8a8d34f2a6f42c3b4db5fab7e9fdd5 100644 --- a/README-hbacsvcgroup.md +++ b/README-hbacsvcgroup.md @@ -137,6 +137,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of hbacsvcgroup name strings. | no `description` | The hbacsvcgroup description string. | no `nomembers` | Suppress processing of membership attributes. (bool) | no diff --git a/README-host.md b/README-host.md index 32a0c018920699749277d5724df3da1a4185c00e..064b2478619457829df6a69a9a8c6b22363496a0 100644 --- a/README-host.md +++ b/README-host.md @@ -321,6 +321,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `fqdn` | The list of host name strings. `name` with *host variables* or `hosts` containing *host variables* need to be used. | no **Host variables** | Only used with `name` variable in the first level. | no `hosts` | The list of host dicts. Each `hosts` dict entry can contain **host variables**.<br>There is one required option in the `hosts` dict:| no diff --git a/README-hostgroup.md b/README-hostgroup.md index e97136ca48d773b5d12ee749f22e0ef35dfae33d..9c50a2710c4daf3ef4543c80cdc4669c1afc693f 100644 --- a/README-hostgroup.md +++ b/README-hostgroup.md @@ -151,6 +151,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of hostgroup name strings. | no `description` | The hostgroup description string. | no `nomembers` | Suppress processing of membership attributes. (bool) | no diff --git a/README-location.md b/README-location.md index 203ba254ed9988655e06ca5bdca5ab88898ef8cc..f551632fcb1c6f7d30ad5ab9e0552a8ea9bf5976 100644 --- a/README-location.md +++ b/README-location.md @@ -82,6 +82,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `idnsname` | The list of location name strings. | yes `description` | The IPA location string | false `state` | The state to ensure. It can be one of `present`, `absent`, default: `present`. | no diff --git a/README-permission.md b/README-permission.md index 950e6ff06809cea4e441556a3a1414b91c55196e..88f1c410a33cf3845f81217d3a366ad6ccf18eba 100644 --- a/README-permission.md +++ b/README-permission.md @@ -162,6 +162,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The permission name string. | yes `right` \| `ipapermright` | Rights to grant. It can be a list of one or more of `read`, `search`, `compare`, `write`, `add`, `delete`, and `all` default: `all` | no `attrs` | All attributes to which the permission applies. | no diff --git a/README-privilege.md b/README-privilege.md index 3b2537f8ec9ec25d318238bc1221024f52e32b71..ae02ff7a6dc09bb8aa791463b7f0087fa8a6975c 100644 --- a/README-privilege.md +++ b/README-privilege.md @@ -134,6 +134,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin`. | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node. | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of privilege name strings. | yes `description` | Privilege description. | no `rename` \| `new_name` | Rename the privilege object. | no diff --git a/README-pwpolicy.md b/README-pwpolicy.md index 94811596cf09492e1b7810c0689ae2e679f7b4b3..d3cf26428d4dc837e41408a271748ada99f62954 100644 --- a/README-pwpolicy.md +++ b/README-pwpolicy.md @@ -99,6 +99,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of pwpolicy name strings. If name is not given, `global_policy` will be used automatically. | no `maxlife` \| `krbmaxpwdlife` | Maximum password lifetime in days. (int) | no `minlife` \| `krbminpwdlife` | Minimum password lifetime in hours. (int) | no diff --git a/README-role.md b/README-role.md index fc915c2b6d9b301adc5dff666f2b774849e09b08..fb9e2799bfcc5e236cc8ee510efcd8b807e4d703 100644 --- a/README-role.md +++ b/README-role.md @@ -246,6 +246,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of role name strings. | yes `description` | A description for the role. | no `rename` \| `new_name` | Rename the role object. | no diff --git a/README-selfservice.md b/README-selfservice.md index 8bfa8352e0b8e03c6bf1ee78ca15df26492d17f2..87a83591be6a423c8d55e289601f5af72bc19ba9 100644 --- a/README-selfservice.md +++ b/README-selfservice.md @@ -139,6 +139,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `aciname` | The list of selfservice name strings. | yes `permission` \| `permissions` | The permission to grant `read`, `read,write`, `write`]. Default is `write`. | no `attribute` \| `attrs` | The attribute list to which the selfservice applies. | no diff --git a/README-server.md b/README-server.md index 34d2edad90b08fcfad9ce01efdf75962745eee9e..d1a4f78f7a60ba406ee211279c4ff43c4e6cc41e 100644 --- a/README-server.md +++ b/README-server.md @@ -250,6 +250,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of server name strings. | yes `location` \| `ipalocation_location` | The server location string. Only in state: present. "" for location reset. | no `service_weight` \| `ipaserviceweight` | Weight for server services. Type Values 0 to 65535, -1 for weight reset. Only in state: present. (int) | no diff --git a/README-service.md b/README-service.md index 0cc6b8792a8f657f2a548f312474f0dae4a13e1c..f59b083fcf9ad62863406630e18d1a62c4b11633 100644 --- a/README-service.md +++ b/README-service.md @@ -292,6 +292,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `service` | The list of service name strings. | yes `certificate` \| `usercertificate` | Base-64 encoded service certificate. | no `pac_type` \| `ipakrbauthzdata` | Supported PAC type. It can be one of `MS-PAC`, `PAD`, or `NONE`. | no diff --git a/README-sudocmd.md b/README-sudocmd.md index 2c30ddbf121d5d4e631911cba2a92b489da97cf0..7c548f32d29db954fdad02278890a74cf65cf8f6 100644 --- a/README-sudocmd.md +++ b/README-sudocmd.md @@ -84,6 +84,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `sudocmd` | The sudo command strings. | yes `description` | The command description string. | no `nomembers` | Suppress processing of membership attributes. (bool) | no diff --git a/README-sudocmdgroup.md b/README-sudocmdgroup.md index e37f577aa08a94575b7d0a0674adb22c77fda5ab..0b1bd534a6f8f9ac6bad298042af46c8650e9061 100644 --- a/README-sudocmdgroup.md +++ b/README-sudocmdgroup.md @@ -124,6 +124,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of sudocmdgroup name strings. | no `description` | The sudocmdgroup description string. | no `nomembers` | Suppress processing of membership attributes. (bool) | no diff --git a/README-sudorule.md b/README-sudorule.md index f7954489c7a0989e369259672f8123b2d258afad..28d8ab0b88a194f320df01030d03dc9beb429f9b 100644 --- a/README-sudorule.md +++ b/README-sudorule.md @@ -121,6 +121,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of sudorule name strings. | yes `description` | The sudorule description string. | no `usercategory` \| `usercat` | User category the rule applies to. Choices: ["all", ""] | no diff --git a/README-topology.md b/README-topology.md index 9391356b59fd3b68c76aaa95fe3fcb85f33a9f27..b9063eb9acf063c13808cf74424dc3529bb0ed5b 100644 --- a/README-topology.md +++ b/README-topology.md @@ -160,6 +160,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `suffix` | The topology suffix to be used, this can either be `domain`, `ca` or `domain+ca` | yes `name` \| `cn` | The topology segment name (cn) is the unique identifier for a segment. | no `left` \| `leftnode` | The left replication node string - an IPA server | no @@ -178,6 +179,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `suffix` | The topology suffix to be used, this can either be `domain` or `ca` | yes `state` | The state to ensure. It can only be `verified` | yes diff --git a/README-trust.md b/README-trust.md index 603303e1c4e5deafe4f2b68a6c9bc9f54d552be5..c182fa8cf401d24ce608c48d843e0f24b0f829e2 100644 --- a/README-trust.md +++ b/README-trust.md @@ -102,6 +102,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `realm` | The realm name string. | yes `admin` | Active Directory domain administrator string. | no `password` | Active Directory domain administrator's password string. | no diff --git a/README-user.md b/README-user.md index 7b88f5940a1e53c7ed967fc00c80d9eb25e94941..2f73d91015723f67e3c0fd809521f39c55e3b771 100644 --- a/README-user.md +++ b/README-user.md @@ -366,6 +366,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Executing in a server context is preferred. If not provided context will be determined by the execution environment. Valid values are `server` and `client`. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` | The list of user name strings. `name` with *user variables* or `users` containing *user variables* need to be used. | no **User variables** | Only used with `name` variable in the first level. | no `users` | The list of user dicts. Each `users` dict entry can contain **user variables**.<br>There is one required option in the `users` dict:| no diff --git a/README-vault.md b/README-vault.md index 545c343a595549ee6d264e7f771dc4bd2356a7c1..a18079f011624ffb840d6b0783779d45309a93a9 100644 --- a/README-vault.md +++ b/README-vault.md @@ -218,6 +218,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `ipaapi_context` | The context in which the module will execute. Currently only `client` is supported by this module, and use of `server` will raise a failure. | no +`ipaapi_ldap_cache` | Use LDAP cache for IPA connection. The bool setting defaults to yes. (bool) | no `name` \| `cn` | The list of vault name strings. | yes `description` | The vault description string. | no `password` \| `vault_password` \| `ipavaultpassword` \| `old_password`| Vault password. | no