First version of the uffd collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
TODO: The build role should probably be replaced by some intragration as a .build quadlet. Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
parent
688c2456b7
commit
694fd412c9
22 changed files with 680 additions and 0 deletions
5
playbooks/build.yml
Normal file
5
playbooks/build.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: 'Build local uffd image'
|
||||
hosts: 'uffd'
|
||||
roles:
|
||||
- 'enbewe.uffd.build'
|
5
playbooks/deploy.yml
Normal file
5
playbooks/deploy.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: 'Deploy uffd service to matching host group'
|
||||
hosts: 'uffd'
|
||||
roles:
|
||||
- 'enbewe.uffd.uffd'
|
Loading…
Add table
Add a link
Reference in a new issue