- name: Generar configuración de NGINX module: template args: src: nginx.conf.tmpl dest: /etc/nginx/nginx.conf port: 8080 user: www-data become: true