Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ansible
/
onf-ansible
/
caf056676e01e27c1441279a2012ca071b8e40e5
/
.
/
playbooks
/
mainweb-playbook.yml
blob: 0c1550442c2667a12f47fd8686e02907e792e339 [
file
] [
log
] [
blame
]
---
# Ansible playbook to configure the ONF website
-
name:
Configure the main ONF webserver
hosts:
onfweb
become:
true
roles:
-
users
-
mariadb
-
acme
-
nginx
-
php