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
|
ansible_host: 10.255.3.17
|
||||||
resources: { cpu: 1, ram: 1024, swap: 1024, disk: 16 }
|
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:
|
vars:
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
|
@ -116,6 +120,7 @@ docker:
|
||||||
todo.vm.chapo.li:
|
todo.vm.chapo.li:
|
||||||
sharkey.vm.chapo.li:
|
sharkey.vm.chapo.li:
|
||||||
status.vm.chapo.li:
|
status.vm.chapo.li:
|
||||||
|
action.vm.chapo.li:
|
||||||
|
|
||||||
backup:
|
backup:
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue