playbooks/roles/github/defaults/main.yml

8 lines
180 B
YAML

---
github_org_name: "cloud-neutral"
owner: "{{ github_org_name }}"
repo: ""
github_repository_name: "~ALL"
github_target_branch: "main"
github_release_branch_pattern: "release/*"