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
ec877e9c5c
commit
0eb8997548
1 changed files with 9 additions and 9 deletions
|
@ -64,18 +64,18 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: not phpmyadmin_enabled and is_debuntu
|
when: not phpmyadmin_enabled and is_debuntu
|
||||||
|
|
||||||
- name: Add phpmyadmin to list of services at /etc/iiab/iiab.ini
|
- name: Add 'phpmyadmin' to list of services at /etc/iiab/iiab.ini
|
||||||
ini_file:
|
ini_file:
|
||||||
dest: "{{ service_filelist }}"
|
dest: "{{ service_filelist }}"
|
||||||
section: phpmyadmin
|
section: phpmyadmin
|
||||||
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