10 lines
235 B
Text
10 lines
235 B
Text
|
[bullseye_loadbalance]
|
||
|
%{ for vm in loadbalance_vms ~}
|
||
|
${vm.name} ansible_host=${vm.ip} ansible_user=root
|
||
|
%{ endfor ~}
|
||
|
|
||
|
[bullseye_libreddit]
|
||
|
%{ for vm in libreddit_vms ~}
|
||
|
${vm.name} ansible_host=${vm.ip} ansible_user=root
|
||
|
%{ endfor ~}
|