Skip to content
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

Install client only #179

Open
arturmartins opened this issue Jun 10, 2016 · 3 comments
Open

Install client only #179

arturmartins opened this issue Jun 10, 2016 · 3 comments

Comments

@arturmartins
Copy link

It would be great to have the following 2 flags:

install_server: no
install_client: yes

So that I would only need one role.

arturmartins pushed a commit to arturmartins/postgresql that referenced this issue Oct 10, 2016
Added 2 variables:
postgresql_install_client - default value: true
postgresql_install_server - default value: true

Default values would result in the previous behaviour.

install.yml and install_yum.yml have now a separate task
to install the postgresql client independently of the server.

Changing postgresql_install_server to `false`, allows to use the
role to only install the client. Issue ANXS#179.
@aoyawale
Copy link
Contributor

aoyawale commented Apr 1, 2018

is this still needed?

@flotho
Copy link

flotho commented Oct 31, 2019

Hi,

I love the idea of @arturmartins , the idea is that sometimes solutions could be installed in separate server so that client and server has to be be installed on separate servers with the same version.
And moreover, working with this single awesome role will ease all the process.
IMHO this one is still needed

@thbar
Copy link
Contributor

thbar commented Mar 30, 2021

While the idea is interesting, per #207 (comment) I believe the role is not going to see an implementation of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants