From d8e1d8bc284bfbe34b60ee5a40d5b5df0b25dc96 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Wed, 2 Jan 2019 23:24:27 -0600 Subject: Fixed port placement of multiple instances. --- main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.yaml') 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 -- cgit v1.2.3