Skip to content

Commit

Permalink
Merge pull request #74 from evrardjp/fix-readme
Browse files Browse the repository at this point in the history
Add leaves nodes in the README
  • Loading branch information
evrardjp authored Apr 16, 2021
2 parents 6606500 + 99a1910 commit 9b0eeb4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,17 @@ Please have a look in the task files.
```
[tinc_nodes:children]
tinc_spine_nodes
tinc_leaf_nodes
[tinc_spine_nodes]
node1 tinc_vpn_ip=10.10.0.11
node2 tinc_vpn_ip=10.10.0.12
node3 tinc_vpn_ip=10.10.0.13
[tinc_leaf_nodes]
node1
node2
node3
```
### Router mode, star topology

Expand All @@ -63,6 +69,11 @@ node3
[tinc_spine_nodes]
node1
[tinc_leaf_nodes]
node1
node2
node3
```

Group vars for `tinc_nodes`:
Expand Down

0 comments on commit 9b0eeb4

Please sign in to comment.