Drop hosts file distribution tasks

Since hosts file is now templated andn ot require running across all
hosts, we can just drop that task.

Change-Id: I390f538cf4b088e26bb172a242aa482ce67a80a8
This commit is contained in:
Dmitriy Rabotyagov 2021-09-17 07:55:49 +03:00 committed by Jonathan Rosser
parent d2521a7c40
commit 8cd65feae2

View File

@ -32,7 +32,6 @@ function define_tasks {
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/setup-hosts.yml --limit ${HOSTS}")
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/setup-openstack.yml --limit ${HOSTS}")
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/openstack-hosts-setup.yml --tags openstack_hosts-config,openstack-hosts")
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/unbound-install.yml --tags unbound-config")
RUN_TASKS+=("${OSA_REPO_PATH}/playbooks/os-nova-install.yml --tags nova-key --limit nova_compute")