mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 16:55:45 +03:00
feat(ansible): playbooks to build and clone projects (#13)
This commit is contained in:
parent
bc75217fb1
commit
2874825341
4 changed files with 39 additions and 0 deletions
10
ansible/group_vars/all.yml
Normal file
10
ansible/group_vars/all.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# variables used for all groups and hosts
|
||||
|
||||
## container registry
|
||||
forge_registry_url: registry.ublue.local
|
||||
|
||||
## Git
|
||||
forge_git_repository_url: https://github.com/ublue-os/bluefin.git
|
||||
forge_git_repository_destination: "{{ ansible_facts.env.HOME }}/ublue-os/forge/bluefin"
|
||||
forge_git_repository_version: main
|
Loading…
Add table
Add a link
Reference in a new issue