mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
fix minor typo in hbacrule and hbacsvcgroup docs
Signed-off-by: Jon Moore <jonmoore@redhat.com>
This commit is contained in:
@@ -44,7 +44,7 @@ Example playbook to make sure HBAC Rule login exists:
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacrules
|
- name: Playbook to handle hbacrules
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@@ -60,7 +60,7 @@ Example playbook to make sure HBAC Rule login exists with the only HBAC Service
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacrules
|
- name: Playbook to handle hbacrules
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@@ -77,7 +77,7 @@ Example playbook to make sure HBAC Service sshd is present in HBAC Rule login:
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacrules
|
- name: Playbook to handle hbacrules
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@@ -95,7 +95,7 @@ Example playbook to make sure HBAC Service sshd is absent in HBAC Rule login:
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacrules
|
- name: Playbook to handle hbacrules
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@@ -114,7 +114,7 @@ Example playbook to make sure HBAC Rule login is absent:
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacrules
|
- name: Playbook to handle hbacrules
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ Example playbook to make sure HBAC Service Group login exists:
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacsvcgroups
|
- name: Playbook to handle hbacsvcgroups
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@@ -60,7 +60,7 @@ Example playbook to make sure HBAC Service Group login exists with the only HBAC
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacsvcgroups
|
- name: Playbook to handle hbacsvcgroups
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@@ -77,7 +77,7 @@ Example playbook to make sure HBAC Service sshd is present in HBAC Service Group
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacsvcgroups
|
- name: Playbook to handle hbacsvcgroups
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@@ -95,7 +95,7 @@ Example playbook to make sure HBAC Service sshd is absent in HBAC Service Group
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacsvcgroups
|
- name: Playbook to handle hbacsvcgroups
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
@@ -114,7 +114,7 @@ Example playbook to make sure HBAC Service Group login is absent:
|
|||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: Playbook to handle hbacsvcgroups
|
- name: Playbook to handle hbacsvcgroups
|
||||||
hbacsvcs: ipaserver
|
hosts: ipaserver
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
Reference in New Issue
Block a user