RETIRED, this project has moved to https://github.com/ansible-community/ara-collection
Go to file
Naga Ravi Chaitanya Elluri cea2a3eea8 add apache+mod_wsgi support to ara
Change-Id: Icb0ffa8b0a63ae33eda2c4fd76289b1c58858c39
2017-03-03 19:09:14 -05:00
defaults add apache+mod_wsgi support to ara 2017-03-03 19:09:14 -05:00
files add apache+mod_wsgi support to ara 2017-03-03 19:09:14 -05:00
handlers ansible-galaxy role for ara 2016-11-16 11:35:47 -05:00
meta update license to Apache-2.0 2017-01-30 11:46:38 -05:00
tasks add apache+mod_wsgi support to ara 2017-03-03 19:09:14 -05:00
templates add apache+mod_wsgi support to ara 2017-03-03 19:09:14 -05:00
vars add apache+mod_wsgi support to ara 2017-03-03 19:09:14 -05:00
.gitreview Add .gitreview file 2017-02-02 12:27:34 -05:00
LICENSE add License 2016-12-05 14:37:24 -05:00
README.md add apache+mod_wsgi support to ara 2017-03-03 19:09:14 -05:00

README.md

Ansible Role: ara

Ansible role to install, configure ara on RHEL, Fedora, Centos, Debian and Ubuntu

systemd is configured to start ara on boot, failures

By default embedded server is used to host ara on localhost, if you prefer mod_wsgi then you can set the mod_wsgi variable in defaults/main.yml

Example Playbook

- hosts: servers
  roles:
     - role: chaitanyaenr.ara

License

Apache-2.0

Author Information

Naga Ravi Chaitanya Elluri - nelluri@redhat.com

Copyright 2016 Red Hat, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.