serverctl/infrastructure/create-resources/ansible/inventory/group_vars/all.yml

8 lines
255 B
YAML
Raw Normal View History

2022-02-19 20:11:28 +01:00
---
k3s_version: v1.22.3+k3s1
ansible_user: debian
systemd_dir: /etc/systemd/system
master_ip: "{{ hostvars[groups['serverctl_master_hosts'][0]]['ansible_host'] | default(groups['serverctl_master_hosts'][0]) }}"
extra_server_args: ""
extra_agent_args: ""