Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
a1444aa0
Commit
a1444aa0
authored
5 years ago
by
Rafael Guterres Jeffman
Browse files
Options
Downloads
Patches
Plain Diff
Fixes documentation for module ipaservice.
Add missing documentation for the `principal` variable.
parent
200eb304
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README-service.md
+2
-1
2 additions, 1 deletion
README-service.md
plugins/modules/ipaservice.py
+1
-1
1 addition, 1 deletion
plugins/modules/ipaservice.py
with
3 additions
and
2 deletions
README-service.md
+
2
−
1
View file @
a1444aa0
...
...
@@ -197,7 +197,7 @@ Example playbook to add a principal to the service:
gather_facts: false
tasks:
# Principal host/
test
.example.com present in service.
# Principal host/
principal
.example.com present in service.
-
ipaservice:
ipaadmin_password: SomeADMINpassword
name: HTTP/www.example.com
...
...
@@ -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
`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
`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_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
...
...
This diff is collapsed.
Click to expand it.
plugins/modules/ipaservice.py
+
1
−
1
View file @
a1444aa0
...
...
@@ -86,7 +86,7 @@ options:
default: False
aliases:[
"
ipakrboktoauthasdelegate
"
]
principal:
description:
description:
List of principal aliases for the service.
required: false
type: list
aliases: [
"
krbprincipalname
"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment