mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Only setup/cleanup yaml config for servers (#272)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -34,8 +34,10 @@ def provision(vm, role, node_num)
|
||||
extra_agent_args: "--node-external-ip #{node_ip} --flannel-iface eth1",
|
||||
# Optional, left as reference for ruby-ansible syntax
|
||||
# extra_service_envs: [ "NO_PROXY='localhost'" ],
|
||||
# config_yaml: <<~YAML
|
||||
# server_config_yaml: <<~YAML
|
||||
# write-kubeconfig-mode: 644
|
||||
# kube-apiserver-arg:
|
||||
# - advertise-port=1234
|
||||
# YAML
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user