blob: 2aa31585e28d2b9bf4557cbe032c008b9898915c [file] [log] [blame]
---
# Ansible playbook to configure a PHP + mariadb websserver
- name: Configure a general-purpose webserver with PHP and mariadb support
hosts: website
become: true
roles:
- users
- mariadb
- acme
- nginx
- php