From 8d543808b0516194c9b1831a86209fd024dc48a3 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 8 Jun 2025 18:51:44 +0200 Subject: netbox --- ansible/netbox/main.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ansible/netbox/main.py (limited to 'ansible/netbox/main.py') diff --git a/ansible/netbox/main.py b/ansible/netbox/main.py new file mode 100644 index 0000000..f77f4f0 --- /dev/null +++ b/ansible/netbox/main.py @@ -0,0 +1,6 @@ +def main(): + print("Hello from netbox!") + + +if __name__ == "__main__": + main() -- cgit v1.2.3