Merge "Exclude elasticsearch from container-destroy task"

This commit is contained in:
Zuul 2017-10-20 12:53:44 +00:00 committed by Gerrit Code Review
commit 8b0f0b296d

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Destroy lxc containers except galera
hosts: "all_containers:!galera_all:!neutron_agent:!ceph_all:!rsyslog_all"
hosts: "{{ destroy_hosts | default('all_containers:!galera_all:!neutron_agent:!ceph_all:!rsyslog_all')}}"
gather_facts: false
user: root
tasks: