summaryrefslogtreecommitdiff
path: root/core/inventory/hosts.yaml
blob: faafa0982c94196cfa4909fefb6dda323bbd0e60 (plain)
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: {}