# hosts.yaml — Inventario principal de ShFlow # Este archivo define los hosts y su pertenencia a grupos. # Sintaxis: # all: # hosts: # nombre_host: # ansible_host: # become: # : # children: # nombre_grupo: # hosts: # nombre_host: all: hosts: {} children: {}