Commit 1553783c authored by Rafael Monnerat's avatar Rafael Monnerat

slapos-master: Workarround to adjust security while caucase is not used.

parent 55ea7ad9
......@@ -31,3 +31,12 @@
minute=*/5
job="/tmp/playbook-firewall-setup-{{ playbook_name }}-service > /dev/null 2>&1"
- name: Adjust permissions
cron:
cron_file=ansible-{{ playbook_name }}-adjust-permission
user=root
name="Adjust Permission"
minute=*/5
job="chmod 777 /etc/slapos-ssl > /dev/null 2>&1"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment