Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poc_irods
poc-irods
Commits
8d71e259
Commit
8d71e259
authored
Dec 02, 2020
by
viscapi
Browse files
WIP: still trying to get setup_irods.py to run on Ubuntu
parent
85ea8e58
Changes
1
Hide whitespace changes
Inline
Side-by-side
postgresql/tasks/patches.yml
View file @
8d71e259
...
...
@@ -22,6 +22,19 @@
-
name
:
Configure PostgreSQL listen address and authorization in pg_hba.conf on Ubuntu
block
:
# - name: Configure hostname on Ubuntu
# hostname:
# name: "{{ ansible_hostname }}.{{ domain_name }}"
# use: systemd
# - name: Configure /etc/hosts on Ubuntu
# lineinfile:
# path: /etc/hosts
# insertafter: EOF
# line: "{{ ansible_default_ipv4.address }}\t{{ ansible_nodename }}\t{{ ansible_hostname }}"
# backup: yes
# state: present
-
name
:
Configure PostgreSQL listen address on Ubuntu
lineinfile
:
path
:
"
/etc/postgresql/{{
postgresql_version.version.major
}}/{{
cluster_name
}}/postgresql.conf"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment