debops / ansible-lxc

Configure and manage LXC environment on a host
GNU General Public License v3.0
17 stars 10 forks source link

Convert to using ansible-modules-extras/cloud/lxc module #8

Closed odyssey4me closed 6 years ago

odyssey4me commented 9 years ago

Recently a module was merged into ansible-modules-extras which provides a state-orientated way of building and managing lxc containers: https://github.com/ansible/ansible-modules-extras/pull/123

It would be great if this role could be converted to use this module instead of using the current command format.

drybjed commented 9 years ago

Sounds like a good idea. Will look into it, thanks for the heads up. :-)

drybjed commented 6 years ago

The debops.lxc role included in the DebOps monorepo now uses the lxc_container Ansible module to manage LXC containers on the hosts. Closing this issue as resolved.