--- # Setup Gitea Repository # Wrapper Playbook for gitea role repository tasks - hosts: production gather_facts: yes become: no vars: ansible_connection: local tasks: - name: Include gitea repository tasks ansible.builtin.include_role: name: gitea tasks_from: repository tags: - gitea - repository