network/salt-pillar/top.sls

63 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-11-06 02:49:56 +01:00
base:
'*':
- hosts
- subnets
- vlans
'server1':
- lxc-containers.server1
- bird.ospf
- switches
- cpe.aps
- collectd.server1
2017-02-07 02:11:32 +01:00
- keys
2021-04-04 21:59:17 +02:00
'server2':
- lxc-containers.server1
- bird.ospf
- switches
- cpe.aps
- collectd.server1
- keys
2016-12-12 22:34:31 +01:00
'priv*-gw':
2016-11-09 00:23:58 +01:00
- dhcp
2017-01-20 02:27:04 +01:00
- bird.radv
2017-01-19 23:27:29 +01:00
- bird.ospf
2020-05-15 17:59:32 +02:00
- collectd.gw
2021-02-08 16:56:49 +01:00
'pub-gw or serv-gw':
2016-12-16 00:03:20 +01:00
- dhcp
2017-01-20 02:27:04 +01:00
- bird.radv
2017-11-09 23:33:13 +01:00
- bird.ospf
2020-05-15 17:59:32 +02:00
'pub-gw':
- collectd.gw
2021-03-07 20:51:01 +01:00
'c3d2-gw or c3d2-anon or mgmt-gw or cls-gw':
2017-01-19 23:27:29 +01:00
- bird.ospf
2021-03-07 20:51:01 +01:00
'c3d2-gw or cls-gw':
2019-04-30 19:33:53 +02:00
- bird.radv
2017-01-04 01:13:35 +01:00
'bgp':
2017-01-19 23:27:29 +01:00
- bird.ospf
- bird.bgp
'upstream*':
- bird.ospf
- collectd.upstream
# for forward-zones in unbound
- bind.dns
2016-11-09 01:18:00 +01:00
'upstream1':
- upstream.upstream1
2017-03-12 03:16:48 +01:00
- bind.dyndns.upstream1
2016-11-22 17:36:31 +01:00
'upstream2':
- upstream.upstream2
2017-03-12 03:16:48 +01:00
- bind.dyndns.upstream2
'anon*':
- bird.ospf
2021-03-08 00:22:47 +01:00
- wireguard.anon1
- upstream.anon1
- collectd.upstream
2017-03-12 03:16:48 +01:00
- bind.dyndns.anon1
2017-03-12 03:23:15 +01:00
- bind.dns
2017-01-13 03:57:09 +01:00
'dns':
- bind.dns
2017-03-12 03:16:48 +01:00
- bind.dyndns.upstream1
- bind.dyndns.upstream2
- bind.dyndns.anon1
'stats':
- collectd.stats-server