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

Debian postgres #179

Merged
merged 4 commits into from
Jun 8, 2020
Merged

Debian postgres #179

merged 4 commits into from
Jun 8, 2020

Conversation

pallinger
Copy link
Contributor

No description provided.

 - CentOS seems to only work with postgres 11 now, so changed default version
- name: set postgresql init command
set_fact:
postgres_init: 'creates=/var/lib/pgsql/{{ db.postgres.version }}/data/postgresql.conf /usr/pgsql-{{ db.postgres.version }}/bin/postgresql{{ dataverse_pg_version_short }}-setup initdb'
when: ansible_os_family == "RedHat" and
db.use_rds == false
when: ansible_os_family == "RedHat" and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't this spacing break the conditional check?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it will. Fixed.

Copy link
Contributor

@donsizemore donsizemore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good! though there is now one small merge conflict (sorry)

@donsizemore donsizemore merged commit 2b54f85 into IQSS:master Jun 8, 2020
@pallinger pallinger deleted the debian-postgres branch June 9, 2020 07:33
@donsizemore donsizemore self-assigned this Jun 11, 2020
pallinger pushed a commit to dsd-sztaki-hu/dataverse-ansible-deprecated that referenced this pull request Jan 28, 2022
pallinger pushed a commit to dsd-sztaki-hu/dataverse-ansible-deprecated that referenced this pull request Jan 28, 2022
pallinger pushed a commit to dsd-sztaki-hu/dataverse-ansible-deprecated that referenced this pull request Jan 28, 2022
pallinger pushed a commit to dsd-sztaki-hu/dataverse-ansible-deprecated that referenced this pull request Jan 28, 2022
pallinger pushed a commit to dsd-sztaki-hu/dataverse-ansible-deprecated that referenced this pull request Jan 28, 2022
pallinger pushed a commit to dsd-sztaki-hu/dataverse-ansible-deprecated that referenced this pull request Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants