Merge pull request 'feat: 🎉add host beaker' (!105) from add-beaker-playbook into master

Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/105
Reviewed-by: Stefan Haun <tux@netz39.de>
This commit is contained in:
Stefan Haun 2022-11-07 13:47:40 +00:00
commit b185f563e3
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