master #2

Open
polz wants to merge 32 commits from polz/servers:master into master
Showing only changes of commit 028f89a98a - Show all commits

View file

@ -1,5 +1,5 @@
{# Loopback interface must be present so define it here if none exists. #}
{% if interfaces | rejectattr("name", "==", "lo") %}
{# Loopback interface must be present so create it here if none is defined in inventory. #}
{% if not interfaces | selectattr("name", "==", "lo") %}
auto lo
iface lo