Commit b14c5f6a authored by Mattia Rizzolo's avatar Mattia Rizzolo

common/firewall: no need for secrecy here

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mapreri@ubuntu.com>
parent 6c8fa1ff
......@@ -3,7 +3,7 @@
- name: create the firewall config dir
file:
path: /etc/firewall
mode: 0700
mode: 0755
state: directory
......@@ -11,7 +11,7 @@
template:
src: firewall/firewall.sh
dest: /usr/local/sbin/firewall
mode: 0700
mode: 0755
notify:
- common.reload-firewall
......
......@@ -17,7 +17,7 @@
template:
src: firewall.sh.j2
dest: "/etc/firewall/lxd-container-{{ name }}.sh"
mode: 0700
mode: 0744
when: expose_ports
notify:
......
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