Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ansible
/
onf-ansible
/
c6b7fb7a006a561603e44610ec78750d406cf6f1
/
.
/
playbooks
/
mainweb-playbook.yml
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