Add list of dependencies of fedocal
This commit is contained in:
parent
ebf8809795
commit
5291b1e7e7
1 changed files with 19 additions and 0 deletions
|
@ -37,6 +37,25 @@
|
||||||
- openssh-clients
|
- openssh-clients
|
||||||
- system-config-firewall-base
|
- 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
|
- name: mount up disk of fedocal persistent storage
|
||||||
action: mount name=/srv/persist src='LABEL=fedocal.dev' fstype=ext4 state=mounted
|
action: mount name=/srv/persist src='LABEL=fedocal.dev' fstype=ext4 state=mounted
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue