add restic env, firewall

This commit is contained in:
root
2020-05-15 19:49:32 -04:00
parent d41cfa1ac0
commit e500c425ec
10 changed files with 84 additions and 7 deletions

5
resolv/files/hosts.jinja Normal file
View File

@@ -0,0 +1,5 @@
127.0.0.1 localhost
::1 localhost
{% for ipaddr, names in salt.pillar.get('lan_hosts', {}).items() -%}
{{ ipaddr }} {{ names }}
{% endfor -%}