mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Feature: Provide project field for LXD inventory plugin (#5658)
* Provide project field for LXD inventory plugin
if field `project` exists in `lxd.yml`, the instances are searched in the
given LXD project. if project field is not defined the default project
named `default` will be used.
Signed-off-by: omani <3346207+omani@users.noreply.github.com>
* Update plugins/inventory/lxd.py
Signed-off-by: omani <3346207+omani@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| cobbler.py | ||
| gitlab_runners.py | ||
| icinga2.py | ||
| linode.py | ||
| lxd.py | ||
| nmap.py | ||
| online.py | ||
| opennebula.py | ||
| proxmox.py | ||
| scaleway.py | ||
| stackpath_compute.py | ||
| virtualbox.py | ||
| xen_orchestra.py | ||