From 6d3b77b85e4675b591eff5ff39d14ef2fc4a28cd Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Tue, 30 Jun 2020 00:13:54 -0400 Subject: [PATCH] Update .gitignore and add hypervisor playbook --- .gitignore | 2 +- hypervisor.yml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 hypervisor.yml diff --git a/.gitignore b/.gitignore index 69eb45d..8ea6d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,6 @@ /*.yml /*.yaml !moxie.yml -!upgrade-moxie.yml !dockerbox.yml +!hypervisor.yml /environments/ diff --git a/hypervisor.yml b/hypervisor.yml new file mode 100644 index 0000000..dd73f67 --- /dev/null +++ b/hypervisor.yml @@ -0,0 +1,21 @@ +# Copyright (C) 2020 Kris Lamoureux +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +- name: Install Hypervisor + hosts: hypervisors + become: true + roles: + - ansible + - base + - libvirt