From 7367bce954d1d6b81ba00b573b6fe858fe0fc2ba Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Wed, 20 Jul 2022 21:29:05 +0200
Subject: [PATCH] Add playbook for host oganesson

SSH Jump Host
---
 oganesson.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 oganesson.yml

diff --git a/oganesson.yml b/oganesson.yml
new file mode 100644
index 0000000..ed2e5a0
--- /dev/null
+++ b/oganesson.yml
@@ -0,0 +1,12 @@
+---
+- hosts: oganesson.n39.eu
+  become: true
+
+  vars:
+    ansible_python_interpreter: /usr/bin/python3
+
+  roles:
+
+  tasks:
+
+  handlers: