From 84755f8bb942dfc78b5dddef1312d66a875aa44c Mon Sep 17 00:00:00 2001 From: n0trax Date: Mon, 11 Sep 2017 00:00:49 +0200 Subject: [PATCH] Move localtestvm to separate role (untested) (#6) --- {include => roles/localtestvm/tasks}/loctevm-provide-iso.inc.yml | 0 {include => roles/localtestvm/tasks}/loctevm-provide-net.inc.yml | 0 .../localtestvm/tasks}/loctevm-provide-prereq.inc.yml | 0 {include => roles/localtestvm/tasks}/loctevm-provide-vm.inc.yml | 0 {templates => roles/localtestvm/templates}/loctenet.xml | 0 {templates => roles/localtestvm/templates}/loctevm-pool.xml | 0 {templates => roles/localtestvm/templates}/loctevm.xml | 0 {templates => roles/localtestvm/templates}/preseed.cfg | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {include => roles/localtestvm/tasks}/loctevm-provide-iso.inc.yml (100%) rename {include => roles/localtestvm/tasks}/loctevm-provide-net.inc.yml (100%) rename {include => roles/localtestvm/tasks}/loctevm-provide-prereq.inc.yml (100%) rename {include => roles/localtestvm/tasks}/loctevm-provide-vm.inc.yml (100%) rename {templates => roles/localtestvm/templates}/loctenet.xml (100%) rename {templates => roles/localtestvm/templates}/loctevm-pool.xml (100%) rename {templates => roles/localtestvm/templates}/loctevm.xml (100%) rename {templates => roles/localtestvm/templates}/preseed.cfg (100%) diff --git a/include/loctevm-provide-iso.inc.yml b/roles/localtestvm/tasks/loctevm-provide-iso.inc.yml similarity index 100% rename from include/loctevm-provide-iso.inc.yml rename to roles/localtestvm/tasks/loctevm-provide-iso.inc.yml diff --git a/include/loctevm-provide-net.inc.yml b/roles/localtestvm/tasks/loctevm-provide-net.inc.yml similarity index 100% rename from include/loctevm-provide-net.inc.yml rename to roles/localtestvm/tasks/loctevm-provide-net.inc.yml diff --git a/include/loctevm-provide-prereq.inc.yml b/roles/localtestvm/tasks/loctevm-provide-prereq.inc.yml similarity index 100% rename from include/loctevm-provide-prereq.inc.yml rename to roles/localtestvm/tasks/loctevm-provide-prereq.inc.yml diff --git a/include/loctevm-provide-vm.inc.yml b/roles/localtestvm/tasks/loctevm-provide-vm.inc.yml similarity index 100% rename from include/loctevm-provide-vm.inc.yml rename to roles/localtestvm/tasks/loctevm-provide-vm.inc.yml diff --git a/templates/loctenet.xml b/roles/localtestvm/templates/loctenet.xml similarity index 100% rename from templates/loctenet.xml rename to roles/localtestvm/templates/loctenet.xml diff --git a/templates/loctevm-pool.xml b/roles/localtestvm/templates/loctevm-pool.xml similarity index 100% rename from templates/loctevm-pool.xml rename to roles/localtestvm/templates/loctevm-pool.xml diff --git a/templates/loctevm.xml b/roles/localtestvm/templates/loctevm.xml similarity index 100% rename from templates/loctevm.xml rename to roles/localtestvm/templates/loctevm.xml diff --git a/templates/preseed.cfg b/roles/localtestvm/templates/preseed.cfg similarity index 100% rename from templates/preseed.cfg rename to roles/localtestvm/templates/preseed.cfg