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