Exclude elasticsearch from container-destroy task
The goal is to keep elasticsearch logs from leap upgrade from Kilo, Liberty and Mitaka to Newton. Change-Id: I14840c16266dcfe2ed0aa0b89078adae441c8569
This commit is contained in:
parent
835c2632f2
commit
0176aa4624
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user