summaryrefslogtreecommitdiff
path: root/roles/whawty/auth/store/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/whawty/auth/store/defaults/main.yml')
-rw-r--r--roles/whawty/auth/store/defaults/main.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/roles/whawty/auth/store/defaults/main.yml b/roles/whawty/auth/store/defaults/main.yml
new file mode 100644
index 00000000..b8cb08b7
--- /dev/null
+++ b/roles/whawty/auth/store/defaults/main.yml
@@ -0,0 +1,27 @@
+---
+# whawty_auth_store:
+# name: foo
+# config:
+# basedir: "/var/lib/whawty/auth/foo"
+# default: 2
+# params:
+# - id: 1
+# scryptauth:
+# hmackey: "<32bytes random secret data base64-encoded>"
+# cost: 12
+# - id: 2
+# argon2id:
+# time: 1
+# memory: 65536 ## 64 MB
+# threads: 4
+# length: 32
+# permissions:
+# owner: root
+# group: foo
+# file-mode: "0640"
+# dir-mode: "0750"
+# sync:
+# type: client
+# hostname: passwd.example.com
+# port: 3022
+# user: sync