- Add Vault AppRole and Ansible integration for certificates - Configure policies and secret engines - Add comprehensive documentation
9 lines
323 B
Smarty
Executable File
9 lines
323 B
Smarty
Executable File
# ## Configure 'ip' variable to bind kubernetes services on a
|
|
# ## different ip than the default iface
|
|
# ## We should set etcd_member_name for etcd cluster. The node that is not a etcd member do not need to set the value, or can set the empty string value.
|
|
[all]
|
|
%{ for ip in vsphere_vm_ip ~}
|
|
${ip}.${domain}
|
|
%{ endfor ~}
|
|
|