mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2024-11-13 10:13:58 +01:00
df67c61ba5
- HA option for multiple server nodes using embedded etcd - Switch to yaml inventory file for easier editing and combining vars - Update to full ansible module names - Change master/node names to server/agent - Cleanup small linting errors - Add reboot playbook which staggers reboot to keep HA cluster up - Move playbooks to playbook directory Signed-off-by: Derek Nola <derek.nola@suse.com>
13 lines
262 B
INI
13 lines
262 B
INI
[defaults]
|
|
nocows = True
|
|
roles_path = ./roles
|
|
inventory = ./inventory.yml
|
|
|
|
remote_tmp = $HOME/.ansible/tmp
|
|
local_tmp = $HOME/.ansible/tmp
|
|
pipelining = True
|
|
become = True
|
|
host_key_checking = False
|
|
deprecation_warnings = False
|
|
callback_whitelist = profile_tasks
|