8 lines
167 B
Plaintext
Raw Normal View History

2025-04-01 20:07:06 +02:00
#!/usr/bin/env python3
def agent_triton_wedge(params, hostname, ipaddress):
return [params["instance"]]
special_agent_info["triton_wedge"] = agent_triton_wedge