Skip to content
Snippets Groups Projects
Commit 127c5705 authored by nimrod's avatar nimrod
Browse files

- Allow local bridges access through the firewall.

parent a11e1619
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
- plymouth
- network-manager
- initramfs-tools
- ufw
apt:
name: '{{ item }}'
state: present
......@@ -26,6 +27,17 @@
value: interface-name:docker0;interface-name:vboxnet0;interface-name:nspawnbr0:interface-name:lxcbr0
state: present
- name: Allow local bridges access through the firewall
with_items:
- docker0
- vboxnet0
- nspawnbr0
- lxcbr0
ufw:
direction: in
interface: '{{ item }}'
rule: allow
- name: Configure Plymouth
ini_file:
dest: /etc/plymouth/plymouthd.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment