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 |