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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -