diff options
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 - |
