diff options
| author | jerome <jerome@xlinfo.fr> | 2025-02-12 15:05:59 +0100 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-02-12 15:05:59 +0100 |
| commit | 3605d4eec0065530f692cb3e779e9ab50a0ca3e3 (patch) | |
| tree | e20e657391c18d44af5d03f864a4c3db05b81690 /playbooks/lamp/tasks/RedHat-phpmyadmin.yml | |
| parent | 9041e48cd9b37e2bb39328ec21088ab48658f0f7 (diff) | |
| download | kvm-3605d4eec0065530f692cb3e779e9ab50a0ca3e3.tar.gz kvm-3605d4eec0065530f692cb3e779e9ab50a0ca3e3.zip | |
correction
Diffstat (limited to 'playbooks/lamp/tasks/RedHat-phpmyadmin.yml')
| -rw-r--r-- | playbooks/lamp/tasks/RedHat-phpmyadmin.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/playbooks/lamp/tasks/RedHat-phpmyadmin.yml b/playbooks/lamp/tasks/RedHat-phpmyadmin.yml deleted file mode 100644 index 569ddd2..0000000 --- a/playbooks/lamp/tasks/RedHat-phpmyadmin.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- name: installation epel-release - package: - name: epel-release - state: present - -- name: installation phpmyadmin - package: - name: phpmyadmin - state: present - -- name: phpmyadmin.conf - replace: - path: /etc/httpd/conf.d/phpMyAdmin.conf - regexp: "Require local" - replace: "Require all granted" - after: "<Directory /usr/share/phpMyAdmin/>" - before: "</Directory>" - notify: restarting_apache - -- name: database - shell: mysql < /usr/share/phpMyAdmin/sql/create_tables.sql - |
