Commit ee800a9a authored by Levin Zimmermann's avatar Levin Zimmermann

playbook: Fix olimex-board role security issue

parent 904a6ef8
......@@ -15,3 +15,6 @@
- name: Include setup-olimex-firewall at reboot on cron
cron: name="Setup firewall on reboot" special_time=reboot job="sleep 30 && {{ setup_olimex_firewall_path }}"
- name: Run setup-olimex-firewall once
shell: "bash {{ setup_olimex_firewall_path }}"
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