From c00c75d310e2afea3b521e8a4b90e800ab4f9ff2 Mon Sep 17 00:00:00 2001 From: heqnx Date: Thu, 2 Oct 2025 13:08:58 +0300 Subject: initial commit --- inventory.yaml.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 inventory.yaml.example (limited to 'inventory.yaml.example') diff --git a/inventory.yaml.example b/inventory.yaml.example new file mode 100644 index 0000000..17f526f --- /dev/null +++ b/inventory.yaml.example @@ -0,0 +1,10 @@ +all: + hosts: + server01: + ansible_host: 10.11.12.13 + ansible_user: root + ansible_ssh_private_key_file: id_rsa + children: + servers: + hosts: + server01: {} -- cgit v1.2.3