Refactor common_targets structure in config.yaml: change from targets list to a more concise format and update NAMU-PC and r86s to use sets for common targets.

This commit is contained in:
2025-08-24 20:06:49 +03:00
parent 8af3424fb3
commit 077859e665

View File

@@ -1,5 +1,4 @@
common_targets: &common
targets:
- name: r2.gr7.kkarolis.lt
address: 192.168.20.1
module: icmp_ttl5
@@ -46,9 +45,11 @@ NAMU-PC:
labels:
- location: kv40
targets: []
<<: *common
sets:
- *common
r86s:
labels:
- location: gr7
targets: []
<<: *common
sets:
- *common