Files @ 71bc6c4991f8
Branch filter:

Location: majic-ansible-roles/roles/preseed/defaults/main.yml - annotation

branko
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.
---

ansible_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
preseed_country: SE
preseed_directory: "{{ inventory_dir }}/preseed_files"
preseed_keymap: us
preseed_language: en
preseed_locale: en_US.UTF-8
preseed_mirror_directory: /debian
preseed_mirror_hostname: ftp.se.debian.org
preseed_mirror_proxy: ""
preseed_network_auto: true
preseed_network_interface: eth0
preseed_root_password: root
preseed_server_overrides: {}
preseed_timezone: Europe/Stockholm