summaryrefslogtreecommitdiffstats
path: root/roles/beaker/virthost
Commit message (Expand)AuthorAgeFilesLines
* In ansible 2.2 always_run is depreciated. Switch to check_mode.Kevin Fenzi2016-11-011-1/+1
* see if this syntax change makes ansible 2.2 happyKevin Fenzi2016-10-131-3/+3
* Another pile of trailing whitespace fixesKevin Fenzi2016-08-081-2/+2
* Update all calls to sudo to use 'become' and sudo_user to 'become_user'Kevin Fenzi2016-02-021-4/+4
* Change all instances of ansible_distribution_major_version to filter to int f...Kevin Fenzi2015-05-271-2/+2
* fixing copy-pasta and syntax errorsTim Flink2015-05-081-2/+2
* make sure the target dir exists before copying files into itTim Flink2015-05-081-0/+8
* nonexistant users can't add themselvesTim Flink2015-05-081-2/+0
* more tweaking for beaker virthost setupTim Flink2015-05-083-3/+467
* vms only show up for the user that created them, use correct user for vm listTim Flink2015-05-071-0/+2
* using variable for template instead of incorrect static valueTim Flink2015-05-071-1/+1
* generate libvirtd.conf from template instead of copying over standard oneTim Flink2015-05-071-2/+2
* missed a filename change for the beaker/virthost roleTim Flink2015-05-071-1/+1
* moving virthost tasks into the beaker/virthost role for more auth controlTim Flink2015-05-076-3/+106
* create vms as libvirt user instead of rootTim Flink2015-05-071-1/+7
* removing reduncant boot order declaration from beaker client libvirt xmlTim Flink2015-05-071-2/+0
* valid xml is helpfulTim Flink2015-05-071-2/+2
* making beaker vm xml more genericTim Flink2015-05-071-33/+4
* using command since the virt module isn't doing what i want it to doTim Flink2015-05-071-1/+1
* rhel7 has a different path for qemu-kvm than fedoraTim Flink2015-05-071-1/+1
* adding required missing name value to virt defineTim Flink2015-05-071-1/+1
* adding lv and vm creation to beaker virthostTim Flink2015-05-071-1/+18
* adding all required template values to host vars and accessing them correctlyTim Flink2015-05-071-2/+2
* using build-in item instead of assigning specific valueTim Flink2015-05-072-4/+3
* trying a slightly different method of addressing dict data in a templateTim Flink2015-05-071-3/+3
* changing varible declaration slightly to see if xml generation will workTim Flink2015-05-061-1/+1
* still struggling with evaluation time, trying something differentTim Flink2015-05-062-5/+4
* trying a more generic way of getting data into templatesTim Flink2015-05-061-5/+3
* missed a variable in the libvirt template for beaker clientsTim Flink2015-05-061-1/+1
* fixing ansible syntax errorsTim Flink2015-05-061-2/+2
* trying yet another method of getting data into templatesTim Flink2015-05-062-3/+7
* trying slightly different method of getting data into the templateTim Flink2015-05-061-2/+2
* first attempt to get virsh xml generation working for beaker clientsTim Flink2015-05-063-0/+89
* fixing typo in varname, tagging beaker/virthost roleTim Flink2015-05-061-1/+1
* initial playbook and roles for beaker virthostsTim Flink2015-05-062-0/+23