1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# hosts.yaml — Inventario principal de ShFlow # Este archivo define los hosts y su pertenencia a grupos. # Sintaxis: # all: # hosts: # nombre_host: # ansible_host: <IP o FQDN> # become: <true|false> # <clave>: <valor> # children: # nombre_grupo: # hosts: # nombre_host: all: hosts: {} children: {}