contrib/ansible: Move example inventory to its own subdirectory

Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
This commit is contained in:
Julien DOCHE
2020-02-16 21:08:42 +01:00
parent ed56b606b8
commit e60b4f39e7
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
k3s_version: v0.8.1
ansible_user: debian
systemd_dir: /etc/systemd/system
master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}"

12
inventory/hosts.ini Normal file
View 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