Unverified Commit 157e2eb4 authored by Derek Nola's avatar Derek Nola Committed by GitHub
Browse files

Fix inventory-sample and adapt README for multiple nodes (#250)

parent bec34905
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.
+3 −3
Original line number Diff line number Diff line
@@ -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: