Open cfenell opened 2 months ago
In inventory/incus.py line 128: cli = IncusClient(remote='local', project=self.project, debug=True)
cli = IncusClient(remote='local', project=self.project, debug=True)
As the Ansible control node is, in general, not one of the Incus hosts, I would like to be able to specify the remote/s.
In inventory/incus.py line 128:
cli = IncusClient(remote='local', project=self.project, debug=True)
As the Ansible control node is, in general, not one of the Incus hosts, I would like to be able to specify the remote/s.