Ansible module to get runtime informations from Libvirt-LXC containers
Find a file
2022-01-12 14:32:24 +01:00
.gitignore Initial commit, add code and examples 2022-01-12 14:32:24 +01:00
LICENSE Initial commit, add code and examples 2022-01-12 14:32:24 +01:00
module_test_args.json Initial commit, add code and examples 2022-01-12 14:32:24 +01:00
README.md Initial commit, add code and examples 2022-01-12 14:32:24 +01:00
virt_lxc_info.py Initial commit, add code and examples 2022-01-12 14:32:24 +01:00

module_virt_lxc_info

Ansible module to get runtime informations from Libvirt-LXC containers

Testing Example

% python3 ./virt_lxc_info.py <module_test_args.json

Ansible Example

% ansible localhost -m virt_lxc_info
% ansible localhost -m virt_lxc_info -a name=container_name