Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions group_vars/sn11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ software_groups_to_install:
- editors
- services
- utils
- terminals

# PostgreSQL
postgresql_version: 17
Expand Down Expand Up @@ -86,8 +87,8 @@ postgresql_pg_hba_conf:
- 'host grafana grafana 132.230.224.112/32 md5'
- 'host grafana grafana 132.230.223.239/32 md5'
- 'host grafana grafana 10.5.67.211/32 md5'
- "host galaxy galaxy 10.4.68.201/32 md5"
- "host postgres galaxy 10.4.68.201/32 md5"
- "host galaxy galaxy-readonly 10.4.68.201/32 md5"
- "host tiaas tiaas 10.4.68.201/32 md5"
- "host gxitproxy galaxy 10.4.68.201/32 md5"
- 'host galaxy galaxy 10.4.68.201/32 md5'
- 'host postgres galaxy 10.4.68.201/32 md5'
- 'host galaxy galaxy-readonly 10.4.68.201/32 md5'
- 'host tiaas tiaas 10.4.68.201/32 md5'
- 'host gxitproxy galaxy 10.4.68.201/32 md5'
Loading