9 lines
141 B
YAML
9 lines
141 B
YAML
---
|
|
- name: Deploy Asterisk, NGINX and TFTP services
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- common
|
|
- asterisk
|
|
- nginx
|
|
- tftp
|