create a sample inventory directory

This commit is contained in:
Zaher Ghaibeh
2020-06-06 11:45:49 +03:00
parent fff8a16dee
commit 9a1659ad54
3 changed files with 3 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
---
k3s_version: v1.17.5+k3s1
ansible_user: debian
systemd_dir: /etc/systemd/system
master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}"
extra_server_args: "--node-taint k3s-controlplane=true:NoExecute"