geerlingguy / ansible-role-phpmyadmin

DEPRECATED Ansible Role - phpMyAdmin
https://galaxy.ansible.com/geerlingguy/phpmyadmin/
MIT License
42 stars 40 forks source link

Remove dependencies #2

Closed igormukhingmailcom closed 4 years ago

igormukhingmailcom commented 9 years ago

First of all want to say thank you, @geerlingguy, for good roles.

But there is one moment. Lets imagine that I select not your role to install apache (let say mine). And if I want to install your phpmyadmin role - I need fork phpmyadmin role, remove unwanted dependencies and even publish it at galaxy.ansible.com to use it in requirements.txt, because otherwise apache role will run twice - one mine and one your from dependencies.

How you think, maybe will be better to delete dependencies from meta and just write about that in README? Or maybe you can advice something?

This question also about many other your roles that have dependencies. Thak you for answer.

geerlingguy commented 8 years ago

For this role it's a little tricky, since I rely on the Apache role's restart apache handler... we'd have to rearchitect things a little to make it independent (and to work with both Nginx and Apache, and/or FPM).

Sispheor commented 6 years ago

Yes, also this role force an install of Mysql. If I want to only use this role to install PMA I can't.

geerlingguy commented 6 years ago

We could also do this like how I do it in the PHP role, where there's a restart webserver handler in the php role, and a variable that defaults to php_webserver: apache or something like that.

lucap73 commented 6 years ago

Hi Jeff, I like all your Ansible role compliments!

I have a little request for the role "geerlingguy.phpmyadmin", I don't want to install mysql-server, I would like to remove dependencies role "geerlingguy.mysql".

I modifided manually the file meta/mail.yml, but when I update your role with ansible-galaxy, it's override the file.

Can you help me please?

stale[bot] commented 4 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 4 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.