Merge "Exclude elasticsearch from container-destroy task"
This commit is contained in:
commit
8b0f0b296d
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- name: Destroy lxc containers except galera
|
- 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
|
gather_facts: false
|
||||||
user: root
|
user: root
|
||||||
tasks:
|
tasks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user