kmpm / ansible-collection-incus

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

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

Open cfenell opened 2 months ago

cfenell commented 2 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.