- name: configure webserver
  hosts: webserver
  tasks:
    - name: install Apache
      yum:
        name: httpd