Merge pull request 'add host oganesson' (!52) from oganesson into master

Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/52
Reviewed-by: Alexander Dahl <alex@netz39.de>
This commit is contained in:
Alexander Dahl 2022-07-22 04:48:31 +00:00
commit 893d56c56a
3 changed files with 16 additions and 0 deletions

View file

@ -99,3 +99,4 @@ all:
65333334666132313834663839626431373339646631366261316139333233666566383131353035
3765613264626637660a343562363166313535613964336261356530353732333965313830653865
39373837643837663630333765306463616234363535613666333862396632643961
oganesson.n39.eu:

View file

@ -52,3 +52,6 @@
- name: Krypton specific setup
import_playbook: krypton.yml
- name: Oganesson specific setup
import_playbook: oganesson.yml

12
oganesson.yml Normal file
View file

@ -0,0 +1,12 @@
---
- hosts: oganesson.n39.eu
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
tasks:
handlers: