- name: Install Nginx apt: pkg: - nginx state: present - name: Deploy nginx-config (page) copy: src: nginx_media.conf dest: /etc/nginx/sites-available/media.conf notify: restart nginx - name: Deploy nginx basic auth file copy: src: htpasswd dest: /etc/nginx/ notify: restart nginx