add bundle:woodpecker-agent
This commit is contained in:
parent
019cc69371
commit
24f9f87734
4 changed files with 137 additions and 0 deletions
24
nodes/woodpecker-agent-1.toml
Normal file
24
nodes/woodpecker-agent-1.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
hostname = "31.47.232.108"
|
||||
bundles = [
|
||||
"docker-ce",
|
||||
"woodpecker-agent",
|
||||
]
|
||||
groups = ["debian-bullseye"]
|
||||
|
||||
[metadata.backups]
|
||||
exclude_from_backups = true
|
||||
|
||||
[metadata.interfaces.enp1s0]
|
||||
ips = [
|
||||
"31.47.232.108/29",
|
||||
"2a00:f820:528::5/64",
|
||||
]
|
||||
gateway4 = "31.47.232.105"
|
||||
gateway6 = "2a00:f820:528::1"
|
||||
|
||||
[metadata.woodpecker-agent]
|
||||
server = "rx300"
|
||||
|
||||
[metadata.vm]
|
||||
cpu = 8
|
||||
ram = 16
|
Loading…
Add table
Add a link
Reference in a new issue