- name: join-command isolieren
  command:
    cmd: "kubeadm token create --print-join-command"
  register: join_command
