--- # Monitoring Configuration for Nginx - name: Configure Nginx status endpoint template: src: status.conf.j2 dest: "{{ nginx_conf_d_path }}/status.conf" owner: root group: root mode: '0644' notify: restart nginx tags: - nginx - monitoring