Initial commit

This commit is contained in:
2023-12-02 13:49:10 +01:00
commit a8c046e968
14 changed files with 784 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
def agent_hal9001_arguments(params, hostname, ipaddress):
return [
"--hostname", ipaddress,
"--username", params["username"],
"--password", params["password"],
ipaddress,
]
special_agent_info['hal9001'] = agent_hal9001_arguments