diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2015-04-08 16:33:55 +0200 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2015-04-10 16:02:51 +0200 |
commit | 9fbec064d28a72963b1566258b4bcabcd63b2c23 (patch) | |
tree | be154b3f1a19f7fa9a65bb936d244842c1a07bd5 /inventory | |
parent | fbea3dd0b32457d208c76c1fc5619ac1e4e6c604 (diff) | |
download | openshift-9fbec064d28a72963b1566258b4bcabcd63b2c23.tar.gz openshift-9fbec064d28a72963b1566258b4bcabcd63b2c23.tar.bz2 openshift-9fbec064d28a72963b1566258b4bcabcd63b2c23.tar.xz openshift-9fbec064d28a72963b1566258b4bcabcd63b2c23.zip |
Add libvirt as a provider
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/libvirt/group_vars/all | 2 | ||||
-rw-r--r-- | inventory/libvirt/hosts | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/inventory/libvirt/group_vars/all b/inventory/libvirt/group_vars/all new file mode 100644 index 000000000..b22da00de --- /dev/null +++ b/inventory/libvirt/group_vars/all @@ -0,0 +1,2 @@ +--- +ansible_ssh_user: root diff --git a/inventory/libvirt/hosts b/inventory/libvirt/hosts new file mode 100644 index 000000000..6a818f268 --- /dev/null +++ b/inventory/libvirt/hosts @@ -0,0 +1,2 @@ +# Eventually we'll add the GCE, AWS, etc dynamic inventories, but for now... +localhost ansible_python_interpreter=/usr/bin/python2 |