We already have support for Fedora's development branch; it only
makes sense to include Debian's and FreeBSD's as well.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
guests/host_vars/libvirt-debian-sid/install.yml | 3 +++
guests/host_vars/libvirt-debian-sid/main.yml | 19 ++++++++++++++++
guests/host_vars/libvirt-debian-sid/vault.yml | 8 +++++++
guests/host_vars/libvirt-freebsd-current/main.yml | 25 ++++++++++++++++++++++
guests/host_vars/libvirt-freebsd-current/vault.yml | 8 +++++++
5 files changed, 63 insertions(+)
create mode 100644 guests/host_vars/libvirt-debian-sid/install.yml
create mode 100644 guests/host_vars/libvirt-debian-sid/main.yml
create mode 100644 guests/host_vars/libvirt-debian-sid/vault.yml
create mode 100644 guests/host_vars/libvirt-freebsd-current/main.yml
create mode 100644 guests/host_vars/libvirt-freebsd-current/vault.yml
diff --git a/guests/host_vars/libvirt-debian-sid/install.yml
b/guests/host_vars/libvirt-debian-sid/install.yml
new file mode 100644
index 0000000..da1c7a8
--- /dev/null
+++ b/guests/host_vars/libvirt-debian-sid/install.yml
@@ -0,0 +1,3 @@
+---
+install_url:
http://deb.debian.org/debian/dists/sid/main/installer-amd64/
+install_config: preseed.cfg
diff --git a/guests/host_vars/libvirt-debian-sid/main.yml
b/guests/host_vars/libvirt-debian-sid/main.yml
new file mode 100644
index 0000000..3654618
--- /dev/null
+++ b/guests/host_vars/libvirt-debian-sid/main.yml
@@ -0,0 +1,19 @@
+---
+projects:
+ - base
+ - jenkins
+ - libosinfo
+ - libvirt
+ - libvirt-glib
+ - libvirt-go
+ - libvirt-go-xml
+ - libvirt-perl
+ - libvirt-python
+ - libvirt-sandbox
+ - libvirt-tck
+ - osinfo-db
+ - osinfo-db-tools
+ - virt-manager
+ - virt-viewer
+
+jenkins_secret: '{{ vault.jenkins_secret }}'
diff --git a/guests/host_vars/libvirt-debian-sid/vault.yml
b/guests/host_vars/libvirt-debian-sid/vault.yml
new file mode 100644
index 0000000..1b1dc96
--- /dev/null
+++ b/guests/host_vars/libvirt-debian-sid/vault.yml
@@ -0,0 +1,8 @@
+$ANSIBLE_VAULT;1.1;AES256
+37323439623333313639316164643133646332653539653361323565363063383638653330306364
+3034353335613463353865663033363136636632633138660a353139663038383835383232366133
+39373232633163306263393262396335383534363234393366386434643939396461373533383036
+3435326138653561630a616331623136663936396230613237373964323664653939303266333831
+31366463656237656336616639363738626531633535666263336666646363623538373231663132
+64626462333632633461643039363233373338343635303834646161636137633339383362613431
+646234373933646436616335313031626432
diff --git a/guests/host_vars/libvirt-freebsd-current/main.yml
b/guests/host_vars/libvirt-freebsd-current/main.yml
new file mode 100644
index 0000000..2931fe3
--- /dev/null
+++ b/guests/host_vars/libvirt-freebsd-current/main.yml
@@ -0,0 +1,25 @@
+---
+ansible_python_interpreter: /usr/local/bin/python2
+
+bash: /usr/local/bin/bash
+java: /usr/local/bin/java
+make: /usr/local/bin/gmake
+su: /usr/bin/su
+
+projects:
+ - base
+ - jenkins
+ - libosinfo
+ - libvirt
+ - libvirt-glib
+ - libvirt-go
+ - libvirt-go-xml
+ - libvirt-perl
+ - libvirt-python
+ - libvirt-tck
+ - osinfo-db
+ - osinfo-db-tools
+ - virt-manager
+ - virt-viewer
+
+jenkins_secret: '{{ vault.jenkins_secret }}'
diff --git a/guests/host_vars/libvirt-freebsd-current/vault.yml
b/guests/host_vars/libvirt-freebsd-current/vault.yml
new file mode 100644
index 0000000..f25e7d9
--- /dev/null
+++ b/guests/host_vars/libvirt-freebsd-current/vault.yml
@@ -0,0 +1,8 @@
+$ANSIBLE_VAULT;1.1;AES256
+65393334613165666664623735653563656133373463353434313166623938663961376164346539
+3930373666303065633838373062343962393766313737320a663839616337623130396339356233
+37616634303036343363303733643261333338653930356466663235396337383435656236373732
+3362653061613736350a363038373533376566616239316432333666323231393031623430316164
+35386136306466303464323336396335356165643261393131396365393865616635323139303633
+35363037623463316566336162323266326164623163386465613830326437346631623165353736
+633739323661613565616331633034346466
--
2.13.6