Update pre.yml
This commit is contained in:
parent
f300164369
commit
c43a2e7773
1 changed files with 22 additions and 0 deletions
|
@ -1 +1,23 @@
|
|||
- pause:
|
||||
prompt: |
|
||||
Choice Zabbix version:
|
||||
0: Zabbix5.4
|
||||
1: Zabbix5.2
|
||||
private: no
|
||||
Default:0
|
||||
register: zabbix_version_options
|
||||
|
||||
- set_fact:
|
||||
zabbix_version_meta:
|
||||
"0": "5.4"
|
||||
"1": "5.2"
|
||||
|
||||
- set_fact:
|
||||
zabbix_version: "{{zabbix_version_meta[zabbix_version_options.user_input]}}"
|
||||
|
||||
- debug:
|
||||
msg: "zabbix_version is {{zabbix_version}}"
|
||||
|
||||
- name: Config .env for start containers
|
||||
shell: |
|
||||
sed -i 's/APP_VERSION=.*/APP_VERSION=v{{zabbix_version}}/g' {{installpath}}/{{appname}}/.env
|
||||
|
|
Loading…
Add table
Reference in a new issue