Ansible module to get runtime informations from LXC containers
Find a file
2021-09-20 23:09:50 +02:00
.gitignore Initial commit 2021-09-20 21:00:48 +00:00
LICENSE Initial commit 2021-09-20 21:00:48 +00:00
lxc_container_info.py Add code and examples 2021-09-20 23:09:50 +02:00
module_test_args.json Add code and examples 2021-09-20 23:09:50 +02:00
README.md Add code and examples 2021-09-20 23:09:50 +02:00

module_lxc_container_info

Ansible module to get runtime informations from LXC containers

Testing Example

% python3 ./lxc_container_info.py <module_test_args.json

Ansible Example

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