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 @@ ...@@ -3,7 +3,7 @@
- name: create the firewall config dir - name: create the firewall config dir
file: file:
path: /etc/firewall path: /etc/firewall
mode: 0700 mode: 0755
state: directory state: directory
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
template: template:
src: firewall/firewall.sh src: firewall/firewall.sh
dest: /usr/local/sbin/firewall dest: /usr/local/sbin/firewall
mode: 0700 mode: 0755
notify: notify:
- common.reload-firewall - common.reload-firewall
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
template: template:
src: firewall.sh.j2 src: firewall.sh.j2
dest: "/etc/firewall/lxd-container-{{ name }}.sh" dest: "/etc/firewall/lxd-container-{{ name }}.sh"
mode: 0700 mode: 0744
when: expose_ports when: expose_ports
notify: 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