Add list of dependencies of fedocal

This commit is contained in:
Pierre-Yves Chibon 2013-03-08 10:13:15 +01:00
parent ebf8809795
commit 5291b1e7e7

View file

@ -37,6 +37,25 @@
- openssh-clients
- system-config-firewall-base
- name: install dependencies of fedocal
action: yum state=installed pkg=$item
with_items:
- mod_wsgi
- mod_ssl
- python-flask
- python-flask-wtf
- mysql-server
- MySQL-python
- python-sqlalchemy
- python-kitchen
- python-fedora
- python-vobject
- pytz
- python-alembic
- python-fedora-flask
tags:
- packages
- name: mount up disk of fedocal persistent storage
action: mount name=/srv/persist src='LABEL=fedocal.dev' fstype=ext4 state=mounted