Initial Commit
This commit is contained in:
6
inventory.py
Normal file
6
inventory.py
Normal file
@@ -0,0 +1,6 @@
|
||||
oracle = [
|
||||
("o1", {"_sudo": True}),
|
||||
("o2", {"_sudo": True}),
|
||||
("o3", {"_sudo": True}),
|
||||
("o4", {"_sudo": True}),
|
||||
]
|
||||
Reference in New Issue
Block a user