-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating/Managing Databases on remote Host #58
Comments
Hi @farridav. Been merging a lot of PRs on this one. I would happily accept a PR for this. |
@farridav Anything new here? |
nothing yet @soupdiver at my place we have our own hacked together postgres role, and are keen to move to ANXS.postgresql, but we would need to add some stuff for dealing with remote DB's |
I'm also interested to get this fixed! I'ld need this mostly for managing users, dbs, so the first thing I need is to add login_host,login_user(,login_password) to: users.yml, databases.yml and users_privileges.yml task includes. IMO defining the remote host once is the best solution, alternatively the 'host' could be given per (user)item, as done in #134
Or to allow full flexibility, a combination, like following (assuming our remote host defined in new var
any suggestions? |
@pjan @farridav still interested in solving this? Note I proposed a working PR 5month ago, but didn't get merged. |
This can be closed since this is not an issue anymore. |
Hi,
I would like to use this role for managing my DB'S (In fact I already am), but we have recently moved our DB's to a dedicated server, In order to keep using this role I need to ensure my databases are created on a remote host, but the option is not available here, Any chance we can add the
login_host
parameter # See Ansible docs just like you do with users and priveledges?Thanks in advance, and thanks for the great work, You've made amazing contributions to the ansible community, keep it up :)
The text was updated successfully, but these errors were encountered: