From 78dd73284e5771e0043909b722f0c62fa60ca026 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sat, 22 Feb 2025 20:23:08 +0200 Subject: [PATCH] update variables.yaml --- .idea/ansible-playbooks.iml | 15 +++++++++++++++ sabre-dav/variables.yaml | 22 +++++++++++----------- 2 files changed, 26 insertions(+), 11 deletions(-) create mode 100644 .idea/ansible-playbooks.iml diff --git a/.idea/ansible-playbooks.iml b/.idea/ansible-playbooks.iml new file mode 100644 index 0000000..4a24893 --- /dev/null +++ b/.idea/ansible-playbooks.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/sabre-dav/variables.yaml b/sabre-dav/variables.yaml index a84f9d3..9350beb 100644 --- a/sabre-dav/variables.yaml +++ b/sabre-dav/variables.yaml @@ -6,14 +6,14 @@ baikal: base_directory: "/baikal" data_directory: "data" config_directory: "config" - mail: | - defaults - auth on - tls on - tls_trust_file /etc/ssl/certs/ca-certificates.crt - account default - host - port 587 - from baikal@example.com - user - password \ No newline at end of file + mail: "" # note you will need to inline the following variables +# defaults +# auth on +# tls on +# tls_trust_file /etc/ssl/certs/ca-certificates.crt +# account default +# host +# port 587 +# from baikal@example.com +# user +# password \ No newline at end of file