Files @ bf565812b1e6
Branch filter:

Location: majic-ansible-roles/testsite/playbooks/web.yml - annotation

branko
MAR-218: Reimplement linting supports in test runner scrupt:

- Molecule no longer has command for running the linters, so a small
wrapper around linters has to be implemented.
---

- name: Deploy web server
  hosts: web
  remote_user: ansible
  become: true
  roles:
    - common
    - ldap_client
    - mail_forwarder
    - database_server
    - web_server
    - phpinfo
    - wsgihello
    - wsgihello2