10 lines
256 B
YAML
Executable file
10 lines
256 B
YAML
Executable file
---
|
|
- name: Angie settings copy
|
|
ansible.builtin.template:
|
|
src: templates/template_angie.conf.j2
|
|
dest: /etc/angie/http.d/angie-ptaf-{{ app_config[app].TENANT_NAME }}.conf
|
|
owner: root
|
|
group: root
|
|
mode: '0644'
|
|
notify: Reload angie
|
|
...
|