install.fairie/.local/share/chezmoi/system/etc/cockpit/machines.d/TODO.cockpit-machine.json.tmpl

8 lines
248 B
Cheetah

{
"{{ item.ip_address }}": {
"address": "{{ item.ip_address }}:{{ ssh_port }}",
"port": {{ ssh_port }},
"user": "{{ item.user | default(ansible_user | default(lookup('env', 'USER'))) }}",
"visible": true
}
}