From 2b1970d78486f6a08275e9cdd9d79a84321ed551 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 11 Oct 2015 18:36:10 +0000 Subject: [PATCH] Open ports needed and fix syntax on plugins --- inventory/group_vars/infinote | 2 +- roles/infinote/templates/infinoted.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/infinote b/inventory/group_vars/infinote index 01c7445c84..a49b185f91 100644 --- a/inventory/group_vars/infinote +++ b/inventory/group_vars/infinote @@ -13,7 +13,7 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT', ] -tcp_ports: [] +tcp_ports: [443, 6522, 9418] fas_client_groups: sysadmin-noc,fi-apprentice diff --git a/roles/infinote/templates/infinoted.conf b/roles/infinote/templates/infinoted.conf index 2ffb6bd375..7ee52077b4 100644 --- a/roles/infinote/templates/infinoted.conf +++ b/roles/infinote/templates/infinoted.conf @@ -5,7 +5,7 @@ certificate-chain=/etc/pki/tls/certs/wildcard-2014.fedoraproject.org.intermediat port=6522 security-policy=require-tls root-directory=/srv/infinote -plugins=note-text,autosave,directory-sync,logging +plugins=note-text;autosave;directory-sync;logging password={{ infinotepassword }} [autosave]