Add forgejo runner
This commit is contained in:
parent
dd25fd30fc
commit
a15967598f
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,10 @@ lxc:
|
|||
ansible_host: 10.255.3.17
|
||||
resources: { cpu: 1, ram: 1024, swap: 1024, disk: 16 }
|
||||
|
||||
action.vm.chapo.li:
|
||||
ansible_host: 10.255.3.18
|
||||
resources: { cpu: 4, ram: 2048, swap: 1024, disk: 32 }
|
||||
|
||||
|
||||
vars:
|
||||
ansible_user: root
|
||||
|
@ -116,6 +120,7 @@ docker:
|
|||
todo.vm.chapo.li:
|
||||
sharkey.vm.chapo.li:
|
||||
status.vm.chapo.li:
|
||||
action.vm.chapo.li:
|
||||
|
||||
backup:
|
||||
hosts:
|
||||
|
|
Loading…
Add table
Reference in a new issue