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
13f9be08
Commit
13f9be08
authored
Nov 24, 2020
by
viscapi
Browse files
Replaced ansible_fqdn variable with ansible_nodename
parent
0556a769
Changes
2
Hide whitespace changes
Inline
Side-by-side
irods/templates/irods_setup.json.j2
View file @
13f9be08
...
...
@@ -2,7 +2,7 @@
"admin_password": "{{ admin_password }}",
"service_account_environment": {
"irods_host": "{{ ansible_
fqdn
}}",
"irods_host": "{{ ansible_
nodename
}}",
"irods_port": 1247,
"irods_user_name": "rods",
"irods_zone_name": "{{ irods_zone }}",
...
...
@@ -46,7 +46,7 @@
"catalog_provider_hosts": [
{% if irods_server_mode == "provider" %}
"{{ ansible_
fqdn
}}"
"{{ ansible_
nodename
}}"
{% elif irods_server_mode == "consumer" %}
"{{ provider_hostname }}"
{% endif %}
...
...
postgresql/tasks/patches.yml
View file @
13f9be08
...
...
@@ -4,7 +4,7 @@
lineinfile
:
path
:
"
{{
path_to_icat
}}/postgresql.conf"
regexp
:
'
^#listen_addresses
='
line
:
'
listen_addresses
=
{{
ansible_
fqdn
}}'
line
:
'
listen_addresses
=
{{
ansible_
nodename
}}'
backrefs
:
yes
backup
:
yes
...
...
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