Add Ansible template
This commit is contained in:
parent
1115e86296
commit
fa1a1138d6
22 changed files with 699 additions and 3 deletions
9
site.yml
Normal file
9
site.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Deploy Asterisk, NGINX and TFTP services
|
||||
hosts: all
|
||||
become: true
|
||||
roles:
|
||||
- common
|
||||
- asterisk
|
||||
- nginx
|
||||
- tftp
|
Loading…
Add table
Add a link
Reference in a new issue