3b6099936d
Follow-up to Icb1c5dfded5574d901444bbca72e5d74a336093f to address a README nit and add a defaults file for Suse in order to allow the playbooks to execute on Suse based distributions. Change-Id: I11e38ff1593c3cef3d0aa052ff72d7edd9d71de2
20 lines
366 B
YAML
20 lines
366 B
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
init_ext: .service
|
|
mysql_service_name: mysql
|
|
required_packages:
|
|
- python-selinux
|
|
- mariadb
|
|
- rabbitmq-server
|
|
- python-devel
|
|
- python-MySQL-python
|
|
- python-iniparse
|
|
- libffi-devel
|
|
- libxslt-devel
|
|
- libopenssl-devel
|
|
- libxml2-devel
|
|
- nginx
|
|
- uwsgi
|
|
- uwsgi-python
|