Skip to content
Snippets Groups Projects
Unverified Commit dab64c7c authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1098 from rjeffman/doc_diferentiate_location_host_and_server

doc: Differentiate location meaning between host and server
parents c9f1da5d b7145bc2
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,7 @@ Variable | Description | Required ...@@ -335,7 +335,7 @@ Variable | Description | Required
-------- | ----------- | -------- -------- | ----------- | --------
`description` | The host description. | no `description` | The host description. | no
`locality` | Host locality (e.g. "Baltimore, MD"). | no `locality` | Host locality (e.g. "Baltimore, MD"). | no
`location` \| `ns_host_location` | Host location (e.g. "Lab 2"). | no `location` \| `ns_host_location` | Host physical location hint (e.g. "Lab 2"). | no
`platform` \| `ns_hardware_platform` | Host hardware platform (e.g. "Lenovo T61"). | no `platform` \| `ns_hardware_platform` | Host hardware platform (e.g. "Lenovo T61"). | no
`os` \| `ns_os_version` | Host operating system and version (e.g. "Fedora 9"). | no `os` \| `ns_os_version` | Host operating system and version (e.g. "Fedora 9"). | no
`password` \| `user_password` \| `userpassword` | Password used in bulk enrollment for absent or not enrolled hosts. | no `password` \| `user_password` \| `userpassword` | Password used in bulk enrollment for absent or not enrolled hosts. | no
......
...@@ -249,14 +249,14 @@ Variable | Description | Required ...@@ -249,14 +249,14 @@ Variable | Description | Required
`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_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 `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 `name` \| `cn` | The list of server name strings. | yes
`location` \| `ipalocation_location` | The server location string. Only in state: present. "" for location reset. | no `location` \| `ipalocation_location` | The server DNS location. Only available with 'state: present'. Use "" 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 `service_weight` \| `ipaserviceweight` | Weight for server services. Type Values 0 to 65535, -1 for weight reset. Only available with 'state: present'. (int) | no
`hidden` | Set hidden state of a server. Only in state: present. (bool) | no `hidden` | Set hidden state of a server. Only available with 'state: present'. (bool) | no
`no_members` | Suppress processing of membership attributes. Only in state: present. (bool) | no `no_members` | Suppress processing of membership attributes. Only avialable with 'state: present'. (bool) | no
`delete_continue` \| `continue` | Continuous mode: Don't stop on errors. Only in state: absent. (bool) | no `delete_continue` \| `continue` | Continuous mode: Don't stop on errors. Only available with 'state: absent'. (bool) | no
`ignore_last_of_role` | Skip a check whether the last CA master or DNS server is removed. Only in state: absent. (bool) | no `ignore_last_of_role` | Skip a check whether the last CA master or DNS server is removed. Only available with 'state: absent'. (bool) | no
`ignore_topology_disconnect` | Ignore topology connectivity problems after removal. Only in state: absent. (bool) | no `ignore_topology_disconnect` | Ignore topology connectivity problems after removal. Only available with 'state: absent'. (bool) | no
`force` | Force server removal even if it does not exist. Will always result in changed. Only in state: absent. (bool) | no `force` | Force server removal even if it does not exist. Will always result in changed. Only available with 'state: absent'. (bool) | no
`state` | The state to ensure. It can be one of `present`, `absent`, default: `present`. `present` is only working with existing servers. | no `state` | The state to ensure. It can be one of `present`, `absent`, default: `present`. `present` is only working with existing servers. | no
......
...@@ -63,7 +63,7 @@ options: ...@@ -63,7 +63,7 @@ options:
type: str type: str
required: false required: false
location: location:
description: Host location (e.g. "Lab 2") description: Host physical location hist (e.g. "Lab 2")
type: str type: str
aliases: ["ns_host_location"] aliases: ["ns_host_location"]
required: false required: false
......
...@@ -45,9 +45,9 @@ options: ...@@ -45,9 +45,9 @@ options:
aliases: ["cn"] aliases: ["cn"]
location: location:
description: | description: |
The server location string. The server DNS location.
"" for location reset. Only available with 'state: present'.
Only in state: present. Use "" for location reset.
type: str type: str
required: false required: false
aliases: ["ipalocation_location"] aliases: ["ipalocation_location"]
...@@ -55,46 +55,46 @@ options: ...@@ -55,46 +55,46 @@ options:
description: | description: |
Weight for server services Weight for server services
Values 0 to 65535, -1 for weight reset. Values 0 to 65535, -1 for weight reset.
Only in state: present. Only available with 'state: present'.
required: false required: false
type: int type: int
aliases: ["ipaserviceweight"] aliases: ["ipaserviceweight"]
hidden: hidden:
description: | description: |
Set hidden state of a server. Set hidden state of a server.
Only in state: present. Only available with 'state: present'.
required: false required: false
type: bool type: bool
no_members: no_members:
description: | description: |
Suppress processing of membership attributes Suppress processing of membership attributes
Only in state: present. Only available with 'state: present'.
required: false required: false
type: bool type: bool
delete_continue: delete_continue:
description: | description: |
Continuous mode: Don't stop on errors. Continuous mode: Don't stop on errors.
Only in state: absent. Only available with 'state: absent'.
required: false required: false
type: bool type: bool
aliases: ["continue"] aliases: ["continue"]
ignore_last_of_role: ignore_last_of_role:
description: | description: |
Skip a check whether the last CA master or DNS server is removed. Skip a check whether the last CA master or DNS server is removed.
Only in state: absent. Only available with 'state: absent'.
required: false required: false
type: bool type: bool
ignore_topology_disconnect: ignore_topology_disconnect:
description: | description: |
Ignore topology connectivity problems after removal. Ignore topology connectivity problems after removal.
Only in state: absent. Only available with 'state: absent'.
required: false required: false
type: bool type: bool
force: force:
description: | description: |
Force server removal even if it does not exist. Force server removal even if it does not exist.
Will always result in changed. Will always result in changed.
Only in state: absent. Only available with 'state: absent'.
required: false required: false
type: bool type: bool
state: state:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment