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