mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
Update README-topology.md: Fix exmple for list of topology segments
This commit is contained in:
@@ -116,7 +116,7 @@ Example playbook to verify a topology suffix:
|
|||||||
state: verified
|
state: verified
|
||||||
```
|
```
|
||||||
|
|
||||||
Example playbook to add a list of topology segments:
|
Example playbook to add or remove or check or reinitialize a list of topology segments:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
@@ -141,10 +141,10 @@ Example playbook to add a list of topology segments:
|
|||||||
name: "{{ item.name | default(omit) }}"
|
name: "{{ item.name | default(omit) }}"
|
||||||
left: "{{ item.left }}"
|
left: "{{ item.left }}"
|
||||||
right: "{{ item.right }}"
|
right: "{{ item.right }}"
|
||||||
#state: present
|
state: present
|
||||||
#state: absent
|
#state: absent
|
||||||
#state: checked
|
#state: checked
|
||||||
state: reinitialized
|
#state: reinitialized
|
||||||
loop: "{{ ipatopology_segments | default([]) }}"
|
loop: "{{ ipatopology_segments | default([]) }}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user