- name: Install nginx package: name: nginx state: present - name: Enable nginx service: name: nginx state: started enabled: yes