install.fairie/home/dot_config/cockpit/machines.d/cockpit-machine.json.TODO

9 lines
248 B
Text
Raw Normal View History

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