add site.yml with basic order of roles

This commit is contained in:
staticsafe 2021-09-11 10:48:14 -04:00
parent 430ab7a8bb
commit 2343678ee2
1 changed files with 10 additions and 0 deletions

10
site.yml Normal file
View File

@ -0,0 +1,10 @@
---
- name: Installs Nitter on a Ubuntu server
hosts: nitter
roles:
- common
- nim
- nitter-app
- nitter-config
- nitter-systemd
- nitter-nginx