Files
@ 71bc6c4991f8
Branch filter:
Location: majic-ansible-roles/docs/index.rst - annotation
71bc6c4991f8
1.2 KiB
text/prs.fallenstein.rst
MAR-132: Fix virtual environment set-up in wsgi_website role:
- Install more up-to-date version of pip. This fixes some issues
related to pip freeze detecting argparse and wsgiref in virtualenv
as separate packages.
- Remove the pkg-resources package from virtualenv. Workaround for
Debian-specific behaviour. More details at:
- https://github.com/pypa/pip/issues/4022
- https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1635463
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871790
- Deploy Gunicorn requirements file without switching to website admin
user (otherwise Ansible fails to template the file due to
permissions restrictions).
- Updated test for checking packages installed in the virtualenv.
- Install more up-to-date version of pip. This fixes some issues
related to pip freeze detecting argparse and wsgiref in virtualenv
as separate packages.
- Remove the pkg-resources package from virtualenv. Workaround for
Debian-specific behaviour. More details at:
- https://github.com/pypa/pip/issues/4022
- https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1635463
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871790
- Deploy Gunicorn requirements file without switching to website admin
user (otherwise Ansible fails to template the file due to
permissions restrictions).
- Updated test for checking packages installed in the virtualenv.
c377c1d24d7c c377c1d24d7c 610ba8743493 c377c1d24d7c c377c1d24d7c 610ba8743493 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 6b87dd13b24c 5272f991ac65 5fb056e2b576 5272f991ac65 7df70ebc439c 7df70ebc439c 7df70ebc439c 7df70ebc439c c377c1d24d7c c377c1d24d7c c377c1d24d7c 610ba8743493 610ba8743493 610ba8743493 610ba8743493 c377c1d24d7c c377c1d24d7c c377c1d24d7c 6b784a5da8bc c97004e25e56 c377c1d24d7c 610ba8743493 610ba8743493 610ba8743493 610ba8743493 610ba8743493 610ba8743493 610ba8743493 610ba8743493 | Majic Ansible Roles documentation
=================================
Majic Ansible Roles is a collection of Ansible roles that are used on regular
basis for deployment and maintenance of Majic infrastructure.
The roles are kept as a separate project in hope of making them potentially
useful to wider audience, and for reference purposes.
Roles cover different aspects of infrastructure, such as mail servers, web
servers, web applications etc. The roles are mainly well-suited for smaller
installations.
Roles are mainly written for use with *Debian 8 Jessie*, although some support
*Debian 9 Stretch* as well. You can find out more about distribution
compatibility in :ref:`rolereference`.
At the moment, the roles have been written for and tested against **Ansible
2.5.x**.
The role also utilises the ``dig`` lookup plugin which requires ``dnspython``
package to be installed. Make sure you have the package available on controller
machine.
Contents
========
.. toctree::
:maxdepth: 2
about
usage
rolereference
development
releaseprocedures
releasenotes
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|