From 5e4bf1268c266e63d0e92e845ad910a2103b86ff Mon Sep 17 00:00:00 2001 From: Roman Ilin Date: Mon, 15 Jun 2026 12:59:09 +0300 Subject: --- inventory.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 inventory.yaml (limited to 'inventory.yaml') diff --git a/inventory.yaml b/inventory.yaml new file mode 100644 index 0000000..f1bf383 --- /dev/null +++ b/inventory.yaml @@ -0,0 +1,18 @@ +all: + children: + metal_servers: + hosts: + host: + ansible_connection: local + containers: + vars: + ansible_connection: local + ansible_become_method: community.general.machinectl + ansible_become_user: root + children: + mail_servers: + hosts: + mail: + git_servers: + hosts: + git: -- cgit