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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
c2ff12b1
Unverified
Commit
c2ff12b1
authored
11 months ago
by
Jon Moore
Browse files
Options
Downloads
Patches
Plain Diff
fix minor typo in hbacrule and hbacsvcgroup docs
Signed-off-by:
Jon Moore
<
jonmoore@redhat.com
>
parent
7dbe6edb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README-hbacrule.md
+5
-5
5 additions, 5 deletions
README-hbacrule.md
README-hbacsvcgroup.md
+5
-5
5 additions, 5 deletions
README-hbacsvcgroup.md
with
10 additions
and
10 deletions
README-hbacrule.md
+
5
−
5
View file @
c2ff12b1
...
...
@@ -44,7 +44,7 @@ Example playbook to make sure HBAC Rule login exists:
```yaml
---
-
name: Playbook to handle hbacrules
h
bacsvc
s: ipaserver
h
ost
s: ipaserver
become: true
tasks:
...
...
@@ -60,7 +60,7 @@ Example playbook to make sure HBAC Rule login exists with the only HBAC Service
```
yaml
---
-
name
:
Playbook to handle hbacrules
h
bacsvc
s
:
ipaserver
h
ost
s
:
ipaserver
become
:
true
tasks
:
...
...
@@ -77,7 +77,7 @@ Example playbook to make sure HBAC Service sshd is present in HBAC Rule login:
```
yaml
---
-
name: Playbook to handle hbacrules
h
bacsvc
s: ipaserver
h
ost
s: ipaserver
become: true
tasks:
...
...
@@ -95,7 +95,7 @@ Example playbook to make sure HBAC Service sshd is absent in HBAC Rule login:
```
yaml
---
-
name
:
Playbook to handle hbacrules
h
bacsvc
s
:
ipaserver
h
ost
s
:
ipaserver
become
:
true
tasks
:
...
...
@@ -114,7 +114,7 @@ Example playbook to make sure HBAC Rule login is absent:
```
yaml
---
-
name: Playbook to handle hbacrules
h
bacsvc
s: ipaserver
h
ost
s: ipaserver
become: true
tasks:
...
...
This diff is collapsed.
Click to expand it.
README-hbacsvcgroup.md
+
5
−
5
View file @
c2ff12b1
...
...
@@ -44,7 +44,7 @@ Example playbook to make sure HBAC Service Group login exists:
```yaml
---
-
name: Playbook to handle hbacsvcgroups
h
bacsvc
s: ipaserver
h
ost
s: ipaserver
become: true
tasks:
...
...
@@ -60,7 +60,7 @@ Example playbook to make sure HBAC Service Group login exists with the only HBAC
```
yaml
---
-
name
:
Playbook to handle hbacsvcgroups
h
bacsvc
s
:
ipaserver
h
ost
s
:
ipaserver
become
:
true
tasks
:
...
...
@@ -77,7 +77,7 @@ Example playbook to make sure HBAC Service sshd is present in HBAC Service Group
```
yaml
---
-
name: Playbook to handle hbacsvcgroups
h
bacsvc
s: ipaserver
h
ost
s: ipaserver
become: true
tasks:
...
...
@@ -95,7 +95,7 @@ Example playbook to make sure HBAC Service sshd is absent in HBAC Service Group
```
yaml
---
-
name
:
Playbook to handle hbacsvcgroups
h
bacsvc
s
:
ipaserver
h
ost
s
:
ipaserver
become
:
true
tasks
:
...
...
@@ -114,7 +114,7 @@ Example playbook to make sure HBAC Service Group login is absent:
```
yaml
---
-
name: Playbook to handle hbacsvcgroups
h
bacsvc
s: ipaserver
h
ost
s: ipaserver
become: true
tasks:
...
...
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