feat: 🎉add host beaker

This commit is contained in:
David Kilias 2022-11-05 22:29:15 +01:00
parent a191de209c
commit bafdc15371
3 changed files with 16 additions and 0 deletions

12
host-beaker.yml Normal file
View file

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

View file

@ -2,6 +2,7 @@
all:
hosts:
tau.netz39.de:
beaker.n39.eu:
pottwal.n39.eu:
unicorn.n39.eu:
platon.n39.eu:

View file

@ -28,5 +28,8 @@
- name: Oganesson specific setup
import_playbook: host-oganesson.yml
- name: Beaker specific setup
import_playbook: host-beaker.yml
- name: Holmium specific setup
import_playbook: host-holmium.yml