Files
Vincent Bernat d191613ab8 Initial release
No history. If you have the original history, you can use:

```
git replace THISCOMMIT b0b998bd1c651e308ac71a9158e07e5c3521a281
```
2021-05-15 16:18:03 +02:00

21 lines
625 B
YAML

# Special device to generate configuration not attached to a specific device
templates:
dns.yaml: none/dns.j2
ansible-inventory: none/ansible-inventory.j2
netbox.yaml: none/netbox.j2
whois-ripe.txt: none/whois-ripe.j2
whois-arin.txt: none/whois-arin.j2
whois-apnic.txt: none/whois-apnic.j2
geofeed.csv: none/geofeed.j2
roas.yaml: none/roas.j2
checks:
- description: "check dns.yaml"
script: checks/dns.yaml
cache: dns.yaml
- description: "check netbox.yaml"
script: checks/netbox.yaml
cache: netbox.yaml
- description: "check roas.yaml"
script: checks/roas.yaml
cache: roas.yaml