From 423e3f3fdf07f40b46fed1125076880660d14c53 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Tue, 16 Aug 2016 12:30:39 +0200 Subject: [PATCH] Remove unnecessary host at haproxy in site.yml A list of host is not necessary because in haproxy/main.yml [0] the role is only applied to haproxy hosts [0] https://github.com/openstack/kolla/blob/master/ansible/roles/haproxy/tasks/main.yml Change-Id: Id462315dc225d235917093cdf377ec574368a458 Closes-Bug: #1613648 Signed-off-by: Eduardo Gonzalez --- ansible/site.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/ansible/site.yml b/ansible/site.yml index 4439f6f5c5..794f57f28f 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -14,21 +14,7 @@ tags: elasticsearch, when: enable_elasticsearch | bool } -- hosts: - - cinder-api - - glance-api - - haproxy - - keystone - - mariadb - - iscsid - - tgtd - - multipathd - - murano-api - - neutron-server - - nova-api - - rabbitmq - - swift-proxy-server - - heat-api +- hosts: haproxy roles: - { role: haproxy, tags: haproxy,