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
64775884
Unverified
Commit
64775884
authored
5 years ago
by
Thomas Woerner
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README-topology.md: Fix exmple for list of topology segments
parent
a5c43d3f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README-topology.md
+3
-3
3 additions, 3 deletions
README-topology.md
with
3 additions
and
3 deletions
README-topology.md
+
3
−
3
View file @
64775884
...
@@ -116,7 +116,7 @@ Example playbook to verify a topology suffix:
...
@@ -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:
...
@@ -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([]) }}"
```
```
...
...
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