Add Ansible template

This commit is contained in:
Mike Jones 2025-05-09 23:45:18 +01:00
parent 1115e86296
commit fa1a1138d6
Signed by: mike
GPG key ID: 1C2C25F83140EF49
22 changed files with 699 additions and 3 deletions

View file

@ -0,0 +1,11 @@
[asterisk]
# Replace with your actual Asterisk server IP or hostname
your-asterisk-hostname ansible_host=your-asterisk-ip-or-hostname
[nginx]
# Replace with your actual Nginx server IP or hostname
your-nginx-hostname ansible_host=your-nginx-ip-or-hostname
[tftp]
# Replace with your actual TFTP server IP or hostname
your-tftp-hostname ansible_host=your-tftp-ip-or-hostname