mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
Delete pre.yml
This commit is contained in:
parent
7c0c389e01
commit
93d301077c
@ -1,22 +0,0 @@
|
|||||||
- pause:
|
|
||||||
prompt: |
|
|
||||||
Do you want to delete containers and images (y/n):
|
|
||||||
'y': Delete image
|
|
||||||
'n': Do not delete image
|
|
||||||
private: no
|
|
||||||
Default: 'y'
|
|
||||||
register: delete_image
|
|
||||||
|
|
||||||
- set_fact:
|
|
||||||
elk_delete_image: "{{delete_image.user_input}}"
|
|
||||||
|
|
||||||
- debug:
|
|
||||||
msg: "elk_delete_image is {{elk_delete_image}}"
|
|
||||||
|
|
||||||
- name: Set vm.max_map_count=262144 for hosted machine, otherwise ES start error
|
|
||||||
become: yes
|
|
||||||
sysctl:
|
|
||||||
name: vm.max_map_count
|
|
||||||
value: 262144
|
|
||||||
state: present
|
|
||||||
reload: yes
|
|
Loading…
Reference in New Issue
Block a user