system-config/playbooks/sync-gitea-projects.yaml

10 lines
493 B
YAML

# Note: Override the gitea_always_update rolevar to either true (update all) or
# a list of specific projects if you want metadata applied for these, otherwise
# the default (false) does not set any project metadata. We intentionally leave
# it unset here so that we can test it in the system-config-run-gitea job after
# renaming a project, or to be able to set it from the command line.
- hosts: "gitea:!disabled"
name: "Create repos on gitea servers"
roles:
- role: gitea-git-repos