From 48f9eef167c3111d7be3adf5a4fd1f11e816fab9 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 26 Oct 2025 20:03:12 +0100 Subject: [PATCH] remove group --- inventory.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/inventory.ini b/inventory.ini index 64a1210..01f0d79 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,6 +1,3 @@ # This file defines targets (hosts, groups, host-specific variables) [all] -rocky10 ansible_host=10.17.3.215 ansible_user=groot ansible_become=true ansible_python_interpreter=/usr/bin/python3.12 - -[gitrunner] -rocky10 \ No newline at end of file +fedora-rawhide10 ansible_host=10.17.3.179 ansible_user=groot ansible_become=true ansible_python_interpreter=/usr/bin/python3.12