mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-15 22:25:46 +03:00
feat: automatically setup forge (#10)
This commit is contained in:
parent
c694947618
commit
bbe78ee922
28 changed files with 1472 additions and 0 deletions
10
setup/ansible/roles/semaphore/templates/template.yml.j2
Normal file
10
setup/ansible/roles/semaphore/templates/template.yml.j2
Normal file
|
@ -0,0 +1,10 @@
|
|||
#jinja2: trim_blocks: True, lstrip_blocks: True
|
||||
---
|
||||
type:
|
||||
name: {{ item.name }}
|
||||
description: {{ item.description }}
|
||||
playbook: {{ item.playbook }}
|
||||
inventory_id: {{ semaphore_inventory_id | int }}
|
||||
repository_id: {{ semaphore_repository_id | int }}
|
||||
environment_id: {{ semaphore_environment_id | int }}
|
||||
project_id: {{ semaphore_project_id | int }}
|
Loading…
Add table
Add a link
Reference in a new issue