kmpm / ansible-collection-incus

Collection of Ansible plugins for dealing with Incus from Linuxcontainers
GNU General Public License v3.0
14 stars 6 forks source link

Inventory plugin: Remote is hardcoded to 'local' #13

Closed cfenell closed 10 hours ago

cfenell commented 3 months ago

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.

kmpm commented 10 hours ago

Should hopefully be fixed but I don't have a test environment to verify it. Please reopen if needed.