How to create lxc containers in ubuntu 14.04 using Ansible module? -


i trying create lxc container using lxc_container module provided ansible. can tell me exact playbook task create lxc container ?

based on response in comments above , duplicate question.

it appear issue caused not having module lxc-python2 installed.

i'm assuming there's other errors overlooking in posts , debugging efforts. steps apply follows:

  1. sudo apt-get install python-pip
  2. pip install lxc-python2
  3. read error output carefully.

Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -