Add Ansible template
This commit is contained in:
parent
1115e86296
commit
fa1a1138d6
22 changed files with 699 additions and 3 deletions
11
inventories/production/hosts.ini
Normal file
11
inventories/production/hosts.ini
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue