--- # Setup Gitea Initial Configuration # Wrapper Playbook for gitea role setup tasks - hosts: production gather_facts: yes become: no tasks: - name: Include gitea setup tasks ansible.builtin.include_role: name: gitea tasks_from: setup tags: - gitea - setup