1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/inventory
Philippe Pépos-Petitclerc 346bfba9c5
Parse lxc key from api data for lxc containers (#4555)
* Parse lxc key from api data for lxc containers

When configuring containers in the `/etc/pve/lxc/` file, the API
adds a 'lxc' key that caused the plugin to crash as it tried to
split a list on ','.

This commit introduces logic to convert the list of lists in the
returned data to a dict as with the other keys.

```
'lxc': [['lxc.apparmor.profile', 'unconfined'],
	['lxc.cgroup.devices.allow', 'a']]
```

becomes

```
"proxmox_lxc": {
	"apparmor.profile": "unconfined",
	"cap.drop": "",
	"cgroup.devices.allow": "a"
}
```

* Add changelog fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Philippe Pepos Petitclerc <peposp@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-04-25 22:21:36 +02:00
..
cobbler.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
gitlab_runners.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
icinga2.py Added new feature for ansible_user and ansible_port in Icinga2 inventory source (#4088) 2022-01-31 19:50:08 +01:00
linode.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
lxd.py plugins/inventory/lxd.py: fix listing of containers without os / release (#4351) 2022-03-16 13:52:22 +01:00
nmap.py nmap inventory plugin: Add sudo nmap (#4506) 2022-04-21 09:54:38 +02:00
online.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
opennebula.py Implement contructable support for opennebula inventory plugin: keyed… (#4524) 2022-04-21 13:16:15 +02:00
proxmox.py Parse lxc key from api data for lxc containers (#4555) 2022-04-25 22:21:36 +02:00
scaleway.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
stackpath_compute.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
virtualbox.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
xen_orchestra.py Update example (#4041) 2022-01-16 20:31:24 +01:00