salt/pillar/global/init.sls
Georg Pfuetzenreuter 0ea6f8c62d
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Mine IPv6 addresses
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-28 01:13:21 +01:00

19 lines
346 B
Plaintext

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
{%- endif %}
mine_functions:
network.ip_addrs: []
network.ip_addrs6: []