From a0fb455b0e95f37c1640a403dc1ffda3780c40ce Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 11 Oct 2015 18:24:42 +0000 Subject: [PATCH] Revert "Try setting these to present" This reverts commit 0b9ecbdbfb7eddbd312d3c12ed6a6227d9e4477d. --- roles/infinote/tasks/main.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/roles/infinote/tasks/main.yml b/roles/infinote/tasks/main.yml index d903d16996..0a5b9046be 100644 --- a/roles/infinote/tasks/main.yml +++ b/roles/infinote/tasks/main.yml @@ -42,14 +42,14 @@ - config - name: setup vaules in infinoted section - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=certificate-file value=/etc/pki/tls/certs/wildcard-2014.fedoraproject.org.cert state=present - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=key-file value=/etc/pki/tls/private/wildcard-2014.fedoraproject.org.key state=present - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=certificate-chain value=/etc/pki/tls/certs/wildcard-2014.fedoraproject.org.intermediate.cert state=present - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=port value=6522 state=present - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=security-policy value=require-tls state=present - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=root-directory value=/srv/infinote state=present - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=plugins value=note-text,autosave,directory-sync,logging state=present - ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=password value={{ infinotepassword }} state=present + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=certificate-file value=/etc/pki/tls/certs/wildcard-2014.fedoraproject.org.cert + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=key-file value=/etc/pki/tls/private/wildcard-2014.fedoraproject.org.key + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=certificate-chain value=/etc/pki/tls/certs/wildcard-2014.fedoraproject.org.intermediate.cert + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=port value=6522 + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=security-policy value=require-tls + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=root-directory value=/srv/infinote + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=plugins value=note-text,autosave,directory-sync,logging + ini_file: dest=/etc/xdg/infinoted.conf section=infinoted option=password value={{ infinotepassword }} - name: setup vaules in autosave section ini_file: dest=/etc/xdg/infinoted.conf section=autosave option=interval value=60 @@ -58,7 +58,7 @@ ini_file: dest=/etc/xdg/infinoted.conf section=directory-synnc option=interval value=10 - name: setup vaules in logging section - ini_file: dest=/etc/xdg/infinoted.conf section=logging option=log-connections value=true state=present - ini_file: dest=/etc/xdg/infinoted.conf section=logging option=log-connection-errors value=true state=present - ini_file: dest=/etc/xdg/infinoted.conf section=logging option=log-session-errors value=true state=present - ini_file: dest=/etc/xdg/infinoted.conf section=logging option=log-session-request-extra value=true state=present + ini_file: dest=/etc/xdg/infinoted.conf section=logging option=log-connections value=true + ini_file: dest=/etc/xdg/infinoted.conf section=logging option=log-connection-errors value=true + ini_file: dest=/etc/xdg/infinoted.conf section=logging option=log-session-errors value=true + ini_file: dest=/etc/xdg/infinoted.conf section=logging option=log-session-request-extra value=true