parent
4c4ca9127a
commit
eefcbe0c43
8 changed files with 448 additions and 0 deletions
8
inventories/z9/host_vars/yate.yaml
Normal file
8
inventories/z9/host_vars/yate.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files:
|
||||
- name: accfile.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/accfile.conf.j2') }}"
|
||||
- name: regexroute.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regexroute.conf.j2') }}"
|
||||
- name: regfile.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regfile.conf.j2') }}"
|
Loading…
Add table
Add a link
Reference in a new issue