mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Added new module to support LXC containers
The new module will allow users to control LXC containers from ansible. The module was built for use in LXC >= 1.0 or greater and implements most of what can be done using the various lxc clients with regards to running containers. This first module is geared only at managing lxc containers. The module provides: build containers destroy containers archive containers info from a single container start / stop / restart containers run commands within containers add/modify lxc config for a container supports backends including LVM
This commit is contained in:
parent
5601a88d71
commit
e5b0c1ced5
2 changed files with 1469 additions and 0 deletions
0
lib/ansible/modules/extras/cloud/lxc/__init__.py
Normal file
0
lib/ansible/modules/extras/cloud/lxc/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue