- hosts: gitea roles: - apache - role: gitea tags: gitea - sshd tasks: - name: ensure apache is running service: name=httpd state=started