diff --git a/host-beaker.yml b/host-beaker.yml new file mode 100644 index 0000000..1553fb2 --- /dev/null +++ b/host-beaker.yml @@ -0,0 +1,12 @@ +--- +- hosts: beaker.n39.eu + become: true + + vars: + ansible_python_interpreter: /usr/bin/python3 + + roles: + + tasks: + + handlers: diff --git a/inventory.yml b/inventory.yml index f115eb5..456f2e2 100644 --- a/inventory.yml +++ b/inventory.yml @@ -2,6 +2,7 @@ all: hosts: tau.netz39.de: + beaker.n39.eu: pottwal.n39.eu: unicorn.n39.eu: platon.n39.eu: diff --git a/main.yml b/main.yml index 63e9faf..cd0dbb5 100644 --- a/main.yml +++ b/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