Skip to content

Commit

Permalink
Apply review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 18, 2024
1 parent 25dcbb7 commit c8196c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ network_ipv6_enable: true
ssh_allow_agent_forwarding: "yes"
ssh_permit_tunnel: "yes"
ssh_allow_tcp_forwarding: "yes"
sftp_enabled: 'yes'
sftp_chroot: 'yes'
sftp_enabled: "yes"
sftp_chroot: "yes"

certbot_certs:
- domains:
Expand Down
4 changes: 2 additions & 2 deletions group_vars/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ matrix_room_address: "!UXrSFkkJoppiEZEfgC:matrix.org"
# ssh hardening
network_ipv6_enable: true
ssh_allow_agent_forwarding: true
ssh_permit_tunnel: 'yes'
ssh_allow_tcp_forwarding: 'yes'
ssh_permit_tunnel: "yes"
ssh_allow_tcp_forwarding: "yes"
sftp_enabled: true
sftp_chroot: true

Expand Down
1 change: 1 addition & 0 deletions roles/poi/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
poi_pbf_download_url: https://download.geofabrik.de/europe/germany-latest.osm.pbf
poi_postgres_port: 6432
poi_layers_url: "https://docs.google.com/spreadsheets/d/1-iKEeaits4W1EPoMzI29uazZRZJ9s2GJGUPnkO9GzKM/gviz/tq?tqx=out:csv&sheet=Layer"
2 changes: 1 addition & 1 deletion roles/poi/templates/import-pois
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CURL_OPTS="--location --fail -s --show-error -#"
PBF_URL={{ poi_pbf_download_url }}
POI_FILE="$WORKDIR/osm-pois.osm.pbf"

STADTNAVI_CONFIG_URL='https://docs.google.com/spreadsheets/d/1-iKEeaits4W1EPoMzI29uazZRZJ9s2GJGUPnkO9GzKM/gviz/tq?tqx=out:csv&sheet=Layer'
STADTNAVI_CONFIG_URL={{ poi_layers_url }}

TMP_BUILD_DB="poi"

Expand Down

0 comments on commit c8196c9

Please sign in to comment.