From c9f4299b7222c92d260334466be2d8e87d23bd28 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 6 Jul 2019 02:26:06 +0200 Subject: [PATCH] added new host vex2 --- ansible/host_playbooks/vex2.yml | 5 +++++ ansible/hosts.ini | 1 + 2 files changed, 6 insertions(+) create mode 100644 ansible/host_playbooks/vex2.yml diff --git a/ansible/host_playbooks/vex2.yml b/ansible/host_playbooks/vex2.yml new file mode 100644 index 0000000..6de0a29 --- /dev/null +++ b/ansible/host_playbooks/vex2.yml @@ -0,0 +1,5 @@ +--- +- name: Basic Setup for vex2 + hosts: vex2 + roles: + - role: base diff --git a/ansible/hosts.ini b/ansible/hosts.ini index 8878b58..5ac7c24 100644 --- a/ansible/hosts.ini +++ b/ansible/hosts.ini @@ -36,6 +36,7 @@ gnocchi[0:1] [virtualservers] vex vm_install_host=mur.at +vex2 [virtualservers:children] virtualservers-alfred -- 1.7.10.4