install.fairie/home/dot_config/cockpit/machines.d/cockpit-machine.json.TODO
2023-04-19 13:21:27 +00:00

8 lines
309 B
Text

{ // https://cockpit-project.org/guide/latest/feature-machines
"{{ item.ip_address }}": {
"address": "{{ item.ip_address }}:{{ ssh_port }}",
"port": {{ ssh_port }},
"user": "{{ item.user | default(ansible_user | default(lookup('env', 'USER'))) }}",
"visible": true
}
}