From a3b7e649892a16cf11b1b3ab326f43f971e42667 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 2 Aug 2020 08:06:12 -0500 Subject: [PATCH] Disable matrix For now, until I can get it a better host --- playbooks/webservers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/webservers.yml b/playbooks/webservers.yml index a59f57e..a2362fb 100644 --- a/playbooks/webservers.yml +++ b/playbooks/webservers.yml @@ -18,10 +18,10 @@ roles: - role: backups tags: [ backups ] - - role: matrix - vars: - matrix_db_hostname: "{{ hostvars['psql1.9iron.club']['ansible_default_ipv4']['address'] }}" - tags: [ fedi, matrix ] +# - role: matrix +# vars: +# matrix_db_hostname: "{{ hostvars['psql1.9iron.club']['ansible_default_ipv4']['address'] }}" +# tags: [ fedi, matrix ] - role: pleroma vars: pleroma_url: cowfee.moe