ansible_playbooks/roles/waf_manual/tasks/angie_settings.yml
2026-02-24 11:30:35 +03:00

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
...