14 lines
311 B
Markdown
14 lines
311 B
Markdown
# 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
|
|
|