Install iputils with other packages

This commit is contained in:
Max Gautier
2025-05-02 14:47:49 +02:00
parent 5867fa1b9f
commit a7d681abff
4 changed files with 12 additions and 20 deletions

View File

@@ -6,6 +6,9 @@ ansible_ssh_common_args: "{% if 'bastion' in groups['all'] %} -o ProxyCommand='s
# selinux state
preinstall_selinux_state: permissive
# Check if access_ip responds to ping. Set false if your firewall blocks ICMP.
ping_access_ip: true
# Setting this value to false will fail
# For details, read this comment https://github.com/kubernetes-sigs/kubespray/pull/11016#issuecomment-2004985001
kube_api_anonymous_auth: true