feat: 🎉add host beaker
This commit is contained in:
parent
a191de209c
commit
bafdc15371
3 changed files with 16 additions and 0 deletions
12
host-beaker.yml
Normal file
12
host-beaker.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- hosts: beaker.n39.eu
|
||||
become: true
|
||||
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
roles:
|
||||
|
||||
tasks:
|
||||
|
||||
handlers:
|
|
@ -2,6 +2,7 @@
|
|||
all:
|
||||
hosts:
|
||||
tau.netz39.de:
|
||||
beaker.n39.eu:
|
||||
pottwal.n39.eu:
|
||||
unicorn.n39.eu:
|
||||
platon.n39.eu:
|
||||
|
|
3
main.yml
3
main.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue