mirror of
https://github.com/jerikan-network/cmdb.git
synced 2024-05-06 04:54:50 +00:00
d191613ab8
No history. If you have the original history, you can use: ``` git replace THISCOMMIT b0b998bd1c651e308ac71a9158e07e5c3521a281 ```
21 lines
625 B
YAML
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
|