From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- core/inventory/hosts.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 core/inventory/hosts.yaml (limited to 'core/inventory/hosts.yaml') diff --git a/core/inventory/hosts.yaml b/core/inventory/hosts.yaml new file mode 100644 index 0000000..faafa09 --- /dev/null +++ b/core/inventory/hosts.yaml @@ -0,0 +1,17 @@ +# 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: {} -- cgit v1.2.3