add buildbot
This commit is contained in:
parent
1a42b79c81
commit
6d3c8a92c4
8 changed files with 295 additions and 2 deletions
|
|
@ -21,6 +21,8 @@ git.turifer.dev. 10800 IN A ${crocus_ipv4_address}
|
|||
git.turifer.dev. 10800 IN AAAA ${crocus_ipv6_address}
|
||||
|
||||
%{ for addr in verbena_ipv4_addresses ~}
|
||||
buildbot.turifer.dev. 10800 IN A ${addr}
|
||||
%{ endfor ~}
|
||||
%{ for addr in verbena_ipv6_addresses ~}
|
||||
buildbot.turifer.dev. 10800 IN AAAA ${addr}
|
||||
%{ endfor ~}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue