summaryrefslogtreecommitdiff
path: root/roles/apps/whawty/auth/instance/templates/sync.toml.j2
blob: ddea4da5d1a09b4a0a8810c1fde8bd1ec437a54c (plain) (blame)
1
2
3
4
5
6
7
8
dont_namespace = true
[[listener]]
  [listener.authorized_ssh]
    address = ":{{ whawty_auth_instances[whawty_auth_instance].sync.port }}"
    authorized_keys = "/sync/authorized_keys"
[[module]]
  name = "store"
  path = "/store"