salt/pillar/global/init.sls

27 lines
472 B
Plaintext
Raw Normal View History

include:
- role.salt.common
- role.salt.minion
- .mta
- .ssh
managed_header_pound: |
### This file is managed via https://git.com.de/LibertaCasa/salt
### Manual changes will be overwritten
{%- if grains['os'] == 'SUSE' %}
zypper:
refreshdb_force: False
firewalld:
zones:
internal:
ports:
- comment: node_exporter
port: 9200
protocol: tcp
{%- endif %}
mine_functions:
network.ip_addrs: []
network.ip_addrs6: []