src.nth.io/

summaryrefslogtreecommitdiff
path: root/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2019-01-02 23:24:27 -0600
committerLuke Hoersten <[email protected]>2019-01-02 23:24:27 -0600
commitd8e1d8bc284bfbe34b60ee5a40d5b5df0b25dc96 (patch)
tree6d68a9acff99b71811a7ba6388a14b7b46754871 /main.yaml
parentbef0a0a3a662a83273d459d3c39eac3e1ee7b404 (diff)
Fixed port placement of multiple instances.
Diffstat (limited to 'main.yaml')
-rw-r--r--main.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.yaml b/main.yaml
index b32b167..96c2cd4 100644
--- a/main.yaml
+++ b/main.yaml
@@ -16,17 +16,17 @@
become: yes
timezone: name="UTC"
-- hosts: pleroma-01
+- hosts: pleroma
roles:
- role: pleroma
pleroma_host: "haskell.social"
pleroma_user: "pleroma_haskell_social"
- pleroma_port: 4000
+ pleroma_port: 4001
- role: pleroma
pleroma_host: "nth.io"
pleroma_user: "pleroma_nth_io"
- pleroma_port: 4001
+ pleroma_port: 4000
# - hosts: haskell.social