Add Ansible template
This commit is contained in:
parent
1115e86296
commit
fa1a1138d6
22 changed files with 699 additions and 3 deletions
23
inventories/production/group_vars/all.yml
Normal file
23
inventories/production/group_vars/all.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
# You should configure this for your own area, or use your own NTP server
|
||||
ntp_server: uk.pool.ntp.org
|
||||
|
||||
# Each item in this list will become a PJSIP phone in Asterisk with a SEPMAC
|
||||
# configuration file hosted in TFTP and an entry in the phone directory served
|
||||
# by NGINX.
|
||||
extensions:
|
||||
- number: 1001
|
||||
callername: Phone1
|
||||
context: phones
|
||||
voicemail: 1001
|
||||
password: 1234
|
||||
mac: SEP00000000
|
||||
ipv4_address: 192.168.1.50
|
||||
|
||||
- number: 1002
|
||||
callername: Phone2
|
||||
context: phones
|
||||
voicemail: 1002
|
||||
password: 1234
|
||||
mac: SEP00000001
|
||||
ipv4_address: 192.168.1.51
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue