Files @ 5a15eda01800
Branch filter:

Location: majic-ansible-roles/roles/ldap_server/meta/main.yml

branko
MAR-56: Wait for freshclam to download the initial ClamAV database in mail_server role. Make it possible to specify Gunicorn version in the wsgi_website role (and also install the required futures package now). Clarify the parameter for wsgi_application in wsgi_website role should be relative to code sub-directory. Simplify how roles are specified as deps in order to avoid reruns of shared roles in Ansible 1.9.x (for the non-parametrised/singleton roles, that is). Set correct prompt for virtual environments created in wsgi_website.
---

dependencies:
  - common
  - ldap_client
  - role: backup_client
    when: enable_backup
    backup_patterns_filename: "ldap_server"
    backup_patterns:
      - "/srv/backup/slapd.bak"