Add Ansible template
This commit is contained in:
parent
1115e86296
commit
fa1a1138d6
22 changed files with 699 additions and 3 deletions
10
roles/nginx/templates/directory.xml.j2
Normal file
10
roles/nginx/templates/directory.xml.j2
Normal file
|
@ -0,0 +1,10 @@
|
|||
<CiscoIPPhoneDirectory>
|
||||
<Title>Company Directory</Title>
|
||||
<Prompt>Select a contact</Prompt>
|
||||
{% for extension in extensions %}
|
||||
<DirectoryEntry>
|
||||
<Name>{{ extension.callername }}</Name>
|
||||
<Telephone>{{ extension.number }}</Telephone>
|
||||
</DirectoryEntry>
|
||||
{% endfor %}
|
||||
</CiscoIPPhoneDirectory>
|
Loading…
Add table
Add a link
Reference in a new issue