diff --git a/inventory b/inventory
index 00564c9..1b02caa 100644
--- a/inventory
+++ b/inventory
@@ -99,3 +99,4 @@ all:
         65333334666132313834663839626431373339646631366261316139333233666566383131353035
         3765613264626637660a343562363166313535613964336261356530353732333965313830653865
         39373837643837663630333765306463616234363535613666333862396632643961
+    oganesson.n39.eu:
diff --git a/main.yml b/main.yml
index 1d84e9f..e33808c 100644
--- a/main.yml
+++ b/main.yml
@@ -52,3 +52,6 @@
 
 - name: Krypton specific setup
   import_playbook: krypton.yml
+
+- name: Oganesson specific setup
+  import_playbook: 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: