summaryrefslogtreecommitdiff
path: root/roles/apps/whawty/auth/instance/templates/sync.toml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apps/whawty/auth/instance/templates/sync.toml.j2')
-rw-r--r--roles/apps/whawty/auth/instance/templates/sync.toml.j28
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/apps/whawty/auth/instance/templates/sync.toml.j2 b/roles/apps/whawty/auth/instance/templates/sync.toml.j2
new file mode 100644
index 00000000..ddea4da5
--- /dev/null
+++ b/roles/apps/whawty/auth/instance/templates/sync.toml.j2
@@ -0,0 +1,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"