--- # Configure host settings. - import_tasks: config-host.yml # Create new set of configs on nodes - import_tasks: config.yml - import_tasks: check-containers.yml # TODO(donghm): Flush_handlers to restart nova services # should be run in serial nodes to decrease downtime if # the previous task did not run. Update when the # Ansible strategy module for rolling upgrade is finished. - name: Flush handlers meta: flush_handlers