- name: Set up nginx site
  template:
    dest: '/etc/nginx/http.d/{{ inventory_hostname }}.conf'
    src: 'nginx.conf.j2'
  notify: reload nginx