--- - name: Enable bootstrapping for masters hosts: oo_masters_to_config gather_facts: no tasks: - name: include bootstrapping tasks import_tasks: tasks/enable_bootstrap.yml - name: Enable bootstrapping configuration hosts: oo_first_master gather_facts: no tasks: - name: include bootstrapping tasks import_tasks: tasks/enable_bootstrap_config.yml