Initial Commit

This commit is contained in:
eneller
2026-05-06 10:43:46 +02:00
commit 9f4ab74256
5 changed files with 636 additions and 0 deletions

6
inventory.py Normal file
View File

@@ -0,0 +1,6 @@
oracle = [
("o1", {"_sudo": True}),
("o2", {"_sudo": True}),
("o3", {"_sudo": True}),
("o4", {"_sudo": True}),
]