Skip to content

Commit

Permalink
status: add https to routers json
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 11, 2024
1 parent 5d77c68 commit ed89702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/file-server/routers.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'name': data['site_name'],
'ip_addresses': [data['host_ip']],
'host': data['ansible_host'],
'https': 'https://' + data['ansible_host'],
'prefix': data['default_prefix'],

'neighbors': list(data['neighbors'].keys()),
Expand Down

0 comments on commit ed89702

Please sign in to comment.