mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
2cb7173665
commit
00bcb85924
1 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,8 @@
|
||||||
- name: Download the phpMyAdmin software
|
- name: Download phpMyAdmin software
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ iiab_download_url }}/{{ phpmyadmin_name_zip }}"
|
url: "{{ iiab_download_url }}/{{ phpmyadmin_name_zip }}"
|
||||||
dest: "{{ downloads_dir }}"
|
dest: "{{ downloads_dir }}"
|
||||||
|
timeout: "{{ download_timeout }}"
|
||||||
#register: phpmyadmin_dl_output
|
#register: phpmyadmin_dl_output
|
||||||
when: internet_available
|
when: internet_available
|
||||||
|
|
||||||
|
@ -71,11 +72,11 @@
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: phpMyAdmin
|
value: phpMyAdmin
|
||||||
- option: description
|
- option: description
|
||||||
value: '"phpMyAdmin is an interface with a MySQL database written in PHP, and available to administer the database engine locally or across the network."'
|
value: '"phpMyAdmin is an interface with a MySQL database written in PHP, and available to administer the database engine locally or across the network."'
|
||||||
- option: path
|
- option: path
|
||||||
value: /opt/phpmyadmin
|
value: /opt/phpmyadmin
|
||||||
- option: enabled
|
- option: enabled
|
||||||
value: "{{ phpmyadmin_enabled }}"
|
value: "{{ phpmyadmin_enabled }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue