Bechtoldt's Network Saltstack Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. {% load_yaml as rawmap %}
  2. Debian:
  3. interface_defaults:
  4. enabled: True
  5. proto: dhcp
  6. type: eth
  7. resolver:
  8. path: /etc/resolv.conf
  9. default_interfaces:
  10. - name: lo
  11. proto: loopback
  12. type: eth
  13. {% endload %}