From fd7dd2e706d6a5e34c92ea0f9cc2884c0a81c791 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 26bb727..1ef6065 100644 --- a/ansible/hosts.ini +++ b/ansible/hosts.ini @@ -38,6 +38,7 @@ gnocchi[0:1] [virtualservers] vex vm_install_host=mur.at +vex2 [virtualservers:children] virtualservers-alfred -- 1.7.10.4