src.nth.io/

summaryrefslogtreecommitdiff
path: root/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2019-01-03 20:46:13 -0600
committerLuke Hoersten <[email protected]>2019-01-03 20:46:13 -0600
commitc5ba641b1cb66e19c23691995bcd0661fbf4d027 (patch)
treeb86b24d3e84c60fa2790787fb58b6829451e31aa /main.yaml
parentd8e1d8bc284bfbe34b60ee5a40d5b5df0b25dc96 (diff)
Lots of updates.
Diffstat (limited to 'main.yaml')
-rw-r--r--main.yaml23
1 files changed, 10 insertions, 13 deletions
diff --git a/main.yaml b/main.yaml
index 96c2cd4..81108fd 100644
--- a/main.yaml
+++ b/main.yaml
@@ -16,25 +16,22 @@
become: yes
timezone: name="UTC"
+ - name: authorize ssh keys
+ authorized_key:
+ user: "ubuntu"
+ key: "https://github.com/LukeHoersten.keys"
+
- hosts: pleroma
roles:
- role: pleroma
- pleroma_host: "haskell.social"
pleroma_user: "pleroma_haskell_social"
+ pleroma_link_host: "haskell.social"
pleroma_port: 4001
+- hosts: pleroma
+ roles:
- role: pleroma
- pleroma_host: "nth.io"
pleroma_user: "pleroma_nth_io"
+ pleroma_link_host: "nth.io"
pleroma_port: 4000
-
-
-# - hosts: haskell.social
-# roles:
-# - nginx
-# - pleroma
-
-# - hosts: nth.io
-# roles:
-# - nginx
-# - pleroma
+ pleroma_signup_open: "false"