Closed cfenell closed 10 hours 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.
Should hopefully be fixed but I don't have a test environment to verify it. Please reopen if needed.
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.