- hosts: localhost connection: local become: yes tasks: - name: Bootstrap Control Node import_tasks: ./tasks/bootstrap-localhost.yml - hosts: all gather_facts: yes tasks: - name: Prepare Cluster import_tasks: ./tasks/prepare-cluster.yml - hosts: localhost connection: local become: yes tasks: - name: Bootstrap Cluster import_tasks: ./tasks/bootstrap-cluster.yml