ansible-asterisk-cisco-inte.../site.yml
2025-05-09 23:45:18 +01:00

9 lines
141 B
YAML

---
- name: Deploy Asterisk, NGINX and TFTP services
hosts: all
become: true
roles:
- common
- asterisk
- nginx
- tftp