Add libvirt and fedfind to the autocloud playbook
This commit is contained in:
parent
44ba0157e8
commit
5ad9b10ac6
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
- autocloud-common
|
- autocloud-common
|
||||||
- autocloud-backend
|
- autocloud-backend
|
||||||
- tunir
|
- tunir
|
||||||
|
- fedfind
|
||||||
- python-sqlalchemy
|
- python-sqlalchemy
|
||||||
- python-sqlalchemy-utils
|
- python-sqlalchemy-utils
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
|
@ -53,9 +54,10 @@
|
||||||
- autocloud
|
- autocloud
|
||||||
- autocloud/backend
|
- autocloud/backend
|
||||||
|
|
||||||
- name: install vagrant-libvirt for the libvirt host
|
- name: install libvirt and vagrant-libvirt for the libvirt host
|
||||||
dnf: pkg={{ item }} state=present
|
dnf: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
- libvirt
|
||||||
- vagrant-libvirt
|
- vagrant-libvirt
|
||||||
when: autocloud_specialization == 'libvirt'
|
when: autocloud_specialization == 'libvirt'
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue