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:
commit
b185f563e3
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