serverctl/infrastructure/create-resources/ansible/inventory/group_vars/all.yml
kjuulh 44323ef46b
All checks were successful
continuous-integration/drone/push Build is passing
Fix user
2022-02-19 20:21:14 +01:00

8 lines
253 B
YAML

---
k3s_version: v1.22.3+k3s1
ansible_user: root
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: ""