Skip to content
Snippets Groups Projects
Commit a1444aa0 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Fixes documentation for module ipaservice.

Add missing documentation for the `principal` variable.
parent 200eb304
No related branches found
No related tags found
No related merge requests found
...@@ -197,7 +197,7 @@ Example playbook to add a principal to the service: ...@@ -197,7 +197,7 @@ Example playbook to add a principal to the service:
gather_facts: false gather_facts: false
tasks: tasks:
# Principal host/test.example.com present in service. # Principal host/principal.example.com present in service.
- ipaservice: - ipaservice:
ipaadmin_password: SomeADMINpassword ipaadmin_password: SomeADMINpassword
name: HTTP/www.example.com name: HTTP/www.example.com
...@@ -301,6 +301,7 @@ Variable | Description | Required ...@@ -301,6 +301,7 @@ Variable | Description | Required
`skip_host_check` | Force service to be created even when host object does not exist to manage it. Default to false. (bool)| no `skip_host_check` | Force service to be created even when host object does not exist to manage it. Default to false. (bool)| no
`force` | Force principal name even if host not in DNS. Default to false. (bool) | no `force` | Force principal name even if host not in DNS. Default to false. (bool) | no
`host` \| `managedby_host`| Hosts that can manage the service. | no `host` \| `managedby_host`| Hosts that can manage the service. | no
`principal` \| `krbprincipalname` | List of principal aliases for the service. | no
`allow_create_keytab_user` \| `ipaallowedtoperform_write_keys_user` | Users allowed to create a keytab of this host. | no `allow_create_keytab_user` \| `ipaallowedtoperform_write_keys_user` | Users allowed to create a keytab of this host. | no
`allow_create_keytab_group` \| `ipaallowedtoperform_write_keys_group`| Groups allowed to create a keytab of this host. | no `allow_create_keytab_group` \| `ipaallowedtoperform_write_keys_group`| Groups allowed to create a keytab of this host. | no
`allow_create_keytab_host` \| `ipaallowedtoperform_write_keys_host`| Hosts allowed to create a keytab of this host. | no `allow_create_keytab_host` \| `ipaallowedtoperform_write_keys_host`| Hosts allowed to create a keytab of this host. | no
......
...@@ -86,7 +86,7 @@ options: ...@@ -86,7 +86,7 @@ options:
default: False default: False
aliases:["ipakrboktoauthasdelegate"] aliases:["ipakrboktoauthasdelegate"]
principal: principal:
description: description: List of principal aliases for the service.
required: false required: false
type: list type: list
aliases: ["krbprincipalname"] aliases: ["krbprincipalname"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment