Files @ a42e5683f4bc
Branch filter:

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

branko
MAR-218: Drop documentation references to only Python 3 being supported:

- The project is at this point only supporting Python 3, and all
modern distros support only Python 3 nowadays. No need to be
explicit anymore.
---

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