Initial commit. Add Inventory

This commit is contained in:
Lukas Greve
2025-10-24 12:32:10 +02:00
commit 7f68835677
5 changed files with 172 additions and 0 deletions

6
inventory.ini Normal file
View File

@@ -0,0 +1,6 @@
# This file defines targets (hosts, groups, host-specific variables)
[all]
rocky10 ansible_host=10.17.3.36 ansible_user=groot ansible_become=true
[gitrunner]
rocky10