Nginx conf template + ATON changes

This commit is contained in:
2026-03-02 16:43:43 +01:00
parent 57020528c6
commit 846d1b1072
4 changed files with 4 additions and 8 deletions

View File

@@ -6,9 +6,9 @@
update_cache: yes
- name: Copy nginx config file
ansible.builtin.copy:
src: nginx.conf
dest: /etc/nginx/conf.d/test.conf
ansible.builtin.template:
src: nginx.conf.j2
dest: "/etc/nginx/conf.d/{{ nginx_server_name }}.conf"
owner: root
group: root
mode: '0644'