ansible-rundeck/examples/inventory/99-construct.yaml
Marc Ahlgrim 36dddd6f03 added examples
Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
2022-09-01 08:41:26 +02:00

15 lines
380 B
YAML

plugin: constructed
strict: False
groups:
Routers: "'router' in inventory_hostname"
sandbox: "'sandbox' in inventory_hostname"
nmap: "ports is defined"
Dropbear: "'archerc7' in inventory_hostname"
nopython: "'archerc7' in inventory_hostname"
Servers: "'pve' in inventory_hostname"
kodi: "'kodi' in inventory_hostname"
Windows: "'win' in inventory_hostname"