- hosts: "gitea:!disabled" name: "Base: configure gitea" serial: 1 roles: - install-docker - gitea - hosts: "localhost:!disabled" name: "Puppet-git: Collect the project-config ref" strategy: free connection: local tasks: - name: Clone project-config repo git: repo: https://opendev.org/openstack/project-config dest: /opt/project-config force: yes register: gitinfo - hosts: "gitea:!disabled" name: "Create repos on gitea servers" strategy: free max_fail_percentage: 1 roles: - gitea-git-repos - hosts: "review:!disabled" name: "Configure gerrit" roles: - install-docker - role: gerrit gerrit_run_compose_up: false gerrit_run_init: false