--- - name: Initialize hosts: all tasks: - name: Set cluster_ip fact set_fact: cluster_ip: "{{ ansible_default_ipv4.address }}" - name: Include variables include_vars: vars.yml - import_playbook: ../../../../rke.yml