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
542e2414
Unverified
Commit
542e2414
authored
4 years ago
by
Sergio Oliveira
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #339 from rjeffman/fix_documentation
Fix some documentation issues.
parents
da5dc0c4
ee370ad3
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README-role.md
+2
-2
2 additions, 2 deletions
README-role.md
README-service.md
+3
-3
3 additions, 3 deletions
README-service.md
plugins/modules/iparole.py
+4
-4
4 additions, 4 deletions
plugins/modules/iparole.py
plugins/modules/ipavault.py
+2
-2
2 additions, 2 deletions
plugins/modules/ipavault.py
with
11 additions
and
11 deletions
README-role.md
+
2
−
2
View file @
542e2414
Servic
e module
Rol
e module
===========
===
===========
Description
Description
-----------
-----------
...
...
This diff is collapsed.
Click to expand it.
README-service.md
+
3
−
3
View file @
542e2414
...
@@ -56,7 +56,7 @@ Example playbook to make sure service is present:
...
@@ -56,7 +56,7 @@ Example playbook to make sure service is present:
-
ipaservice:
-
ipaservice:
ipaadmin_password: SomeADMINpassword
ipaadmin_password: SomeADMINpassword
name: HTTP/www.example.com
name: HTTP/www.example.com
certificate:
certificate:
|
-
MIIC/zCCAeegAwIBAgIUMNHIbn+hhrOVew/2WbkteisV29QwDQYJKoZIhvcNAQELBQAw
-
MIIC/zCCAeegAwIBAgIUMNHIbn+hhrOVew/2WbkteisV29QwDQYJKoZIhvcNAQELBQAw
DzENMAsGA1UEAwwEdGVzdDAeFw0yMDAyMDQxNDQxMDhaFw0zMDAyMDExNDQxMDhaMA8xDT
DzENMAsGA1UEAwwEdGVzdDAeFw0yMDAyMDQxNDQxMDhaFw0zMDAyMDExNDQxMDhaMA8xDT
ALBgNVBAMMBHRlc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC+XVVGFYpH
ALBgNVBAMMBHRlc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC+XVVGFYpH
...
@@ -77,7 +77,7 @@ Example playbook to make sure service is present:
...
@@ -77,7 +77,7 @@ Example playbook to make sure service is present:
requires_pre_auth: false
requires_pre_auth: false
ok_as_delegate: false
ok_as_delegate: false
ok_to_auth_as_delegate: false
ok_to_auth_as_delegate: false
skip
-
host
-
check: true
skip
_
host
_
check: true
force: true
force: true
```
```
...
@@ -167,7 +167,7 @@ Example playbook to ensure service has a certificate:
...
@@ -167,7 +167,7 @@ Example playbook to ensure service has a certificate:
-
ipaservice
:
-
ipaservice
:
ipaadmin_password
:
SomeADMINpassword
ipaadmin_password
:
SomeADMINpassword
name
:
HTTP/www.example.com
name
:
HTTP/www.example.com
certificate
:
certificate
:
|
- MIIC/zCCAeegAwIBAgIUMNHIbn+hhrOVew/2WbkteisV29QwDQYJKoZIhvcNAQELBQAw
- MIIC/zCCAeegAwIBAgIUMNHIbn+hhrOVew/2WbkteisV29QwDQYJKoZIhvcNAQELBQAw
DzENMAsGA1UEAwwEdGVzdDAeFw0yMDAyMDQxNDQxMDhaFw0zMDAyMDExNDQxMDhaMA8xDT
DzENMAsGA1UEAwwEdGVzdDAeFw0yMDAyMDQxNDQxMDhaFw0zMDAyMDExNDQxMDhaMA8xDT
ALBgNVBAMMBHRlc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC+XVVGFYpH
ALBgNVBAMMBHRlc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC+XVVGFYpH
...
...
This diff is collapsed.
Click to expand it.
plugins/modules/iparole.py
+
4
−
4
View file @
542e2414
...
@@ -30,9 +30,9 @@ ANSIBLE_METADATA = {
...
@@ -30,9 +30,9 @@ ANSIBLE_METADATA = {
DOCUMENTATION
=
"""
DOCUMENTATION
=
"""
---
---
module: ipa
servic
e
module: ipa
rol
e
short description: Manage FreeIPA
servic
e
short description: Manage FreeIPA
rol
e
description: Manage FreeIPA
servic
e
description: Manage FreeIPA
rol
e
options:
options:
ipaadmin_principal:
ipaadmin_principal:
description: The admin principal.
description: The admin principal.
...
@@ -66,7 +66,7 @@ options:
...
@@ -66,7 +66,7 @@ options:
description: List of services.
description: List of services.
required: false
required: false
action:
action:
description: Work on
servic
e or member level.
description: Work on
rol
e or member level.
choices: [
"
role
"
,
"
member
"
]
choices: [
"
role
"
,
"
member
"
]
default: role
default: role
required: false
required: false
...
...
This diff is collapsed.
Click to expand it.
plugins/modules/ipavault.py
+
2
−
2
View file @
542e2414
...
@@ -267,7 +267,7 @@ EXAMPLES = """
...
@@ -267,7 +267,7 @@ EXAMPLES = """
username: user01
username: user01
description: An asymmetric vault
description: An asymmetric vault
vault_type: asymmetric
vault_type: asymmetric
public_key:
public_key:
|
LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlHZk1BMEdDU3FHU0liM0RRRUJBUVVBQTR
LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlHZk1BMEdDU3FHU0liM0RRRUJBUVVBQTR
HTkFEQ0JpUUtCZ1FDdGFudjRkK3ptSTZ0T3ova1RXdGowY3AxRAowUENoYy8vR0pJMTUzTi
HTkFEQ0JpUUtCZ1FDdGFudjRkK3ptSTZ0T3ova1RXdGowY3AxRAowUENoYy8vR0pJMTUzTi
9CN3UrN0h3SXlRVlZoNUlXZG1UcCtkWXYzd09yeVpPbzYvbHN5eFJaZ2pZRDRwQ3VGCjlxM
9CN3UrN0h3SXlRVlZoNUlXZG1UcCtkWXYzd09yeVpPbzYvbHN5eFJaZ2pZRDRwQ3VGCjlxM
...
@@ -303,7 +303,7 @@ EXAMPLES = """
...
@@ -303,7 +303,7 @@ EXAMPLES = """
"""
"""
RETURN
=
"""
RETURN
=
"""
user
:
data
:
description: The vault data.
description: The vault data.
returned: If state is retrieved.
returned: If state is retrieved.
type: string
type: string
...
...
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