fix: use atm user instead of root
This commit is contained in:
parent
7e92fe1be9
commit
b6d1f3eaf0
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
[bullseye_loadbalance]
|
||||
%{ for vm in loadbalance_vms ~}
|
||||
${vm.name} ansible_host=${vm.ip} ansible_user=root
|
||||
${vm.name} ansible_host=${vm.ip} ansible_user=atm
|
||||
%{ endfor ~}
|
||||
|
||||
[bullseye_libreddit]
|
||||
%{ for vm in libreddit_vms ~}
|
||||
${vm.name} ansible_host=${vm.ip} ansible_user=root
|
||||
${vm.name} ansible_host=${vm.ip} ansible_user=atm
|
||||
%{ endfor ~}
|
||||
|
|
Loading…
Reference in a new issue