Closed igormukhingmailcom closed 4 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).
Yes, also this role force an install of Mysql. If I want to only use this role to install PMA I can't.
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.
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?
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.
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.
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.