Skip to content

Commit

Permalink
Fix inventory-sample and adapt README for multiple nodes (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
Co-authored-by: garb4ge <[email protected]>
  • Loading branch information
dereknola and garb4ge authored Nov 13, 2023
1 parent bec3490 commit 157e2eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ k3s_cluster:
children:
server:
hosts:
192.16.35.11
192.16.35.11:
agent:
hosts:
192.16.35.12
192.16.35.13
192.16.35.12:
192.16.35.13:
```

If needed, you can also edit `vars` section at the bottom to match your environment.
Expand Down
6 changes: 3 additions & 3 deletions inventory-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ k3s_cluster:
children:
server:
hosts:
192.16.35.11
192.16.35.11:
agent:
hosts:
192.16.35.12
192.16.35.13
192.16.35.12:
192.16.35.13:

# Required Vars
vars:
Expand Down

0 comments on commit 157e2eb

Please sign in to comment.