2023-04-19 06:21:27 -07:00
|
|
|
{ // https://cockpit-project.org/guide/latest/feature-machines
|
2022-12-06 07:33:20 -08:00
|
|
|
"{{ item.ip_address }}": {
|
|
|
|
"address": "{{ item.ip_address }}:{{ ssh_port }}",
|
|
|
|
"port": {{ ssh_port }},
|
|
|
|
"user": "{{ item.user | default(ansible_user | default(lookup('env', 'USER'))) }}",
|
|
|
|
"visible": true
|
|
|
|
}
|
|
|
|
}
|