When deploying a Kubernetes cluster manually we use kubeadm,
kubeadm init ...
passing the parameter
--apiserver-cert-extra-sans=<FQDN>to include the FQDN in the generated certificate.
What approach can we use to achieve the same affect using Kubespray/Ansible?