Initial commit, squashed
This commit is contained in:
commit
158e8740b8
83 changed files with 2718 additions and 0 deletions
3
roles/firewall/templates/mactab.j2
Normal file
3
roles/firewall/templates/mactab.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% for iface in interfaces | iface_real %}
|
||||
{{ iface.name }} {{ iface.mac_address | lower }}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue