11 lines
143 B
YAML
11 lines
143 B
YAML
---
|
|
- name: Configure webserver with NodeJS, Aton and nginx
|
|
hosts:
|
|
- debi13
|
|
become: true
|
|
|
|
roles:
|
|
- nodejs
|
|
- aton
|
|
- nginx
|