1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
6 lines
187 B
YAML
6 lines
187 B
YAML
- hosts: '*'
|
|
sudo: yes
|
|
roles:
|
|
- { role: "lxc_hosts", tags: [ "lxc-host", "host-setup" ] }
|
|
post_tasks:
|
|
- shell: pip install git+https://github.com/lxc/python2-lxc.git#egg=lxc |