mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
contrib/ansible: Move example inventory to its own subdirectory
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
This commit is contained in:
12
inventory/hosts.ini
Normal file
12
inventory/hosts.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[master]
|
||||
192.168.1.26
|
||||
|
||||
[node]
|
||||
192.168.1.34
|
||||
192.168.1.39
|
||||
192.168.1.16
|
||||
192.168.1.32
|
||||
|
||||
[k3s-cluster:children]
|
||||
master
|
||||
node
|
||||
Reference in New Issue
Block a user