2021-09-20 21:00:48 +00:00
|
|
|
# module_lxc_container_info
|
|
|
|
|
2021-09-20 21:09:50 +00:00
|
|
|
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
|
|
|
|
|