blob: 0c1550442c2667a12f47fd8686e02907e792e339 [file] [log] [blame]
Zack Williamscaf05662020-10-09 19:52:40 -07001---
2# Ansible playbook to configure the ONF website
3
4- name: Configure the main ONF webserver
5 hosts: onfweb
6 become: true
7 roles:
8 - users
9 - mariadb
10 - acme
11 - nginx
12 - php