Merge "Install netaddr before running site.yml"
This commit is contained in:
commit
731dfd09ac
@ -19,6 +19,11 @@ source bootstrap.sh
|
|||||||
|
|
||||||
source ansible-env.rc
|
source ansible-env.rc
|
||||||
|
|
||||||
|
ansible mnaio_hosts \
|
||||||
|
-i playbooks/inventory \
|
||||||
|
-m pip \
|
||||||
|
-a "name=netaddr"
|
||||||
|
|
||||||
ansible-playbook -vv \
|
ansible-playbook -vv \
|
||||||
-i playbooks/inventory \
|
-i playbooks/inventory \
|
||||||
-e setup_host=${SETUP_HOST:-"true"} \
|
-e setup_host=${SETUP_HOST:-"true"} \
|
||||||
|
@ -23,7 +23,6 @@ mnaio_host_distro_packages:
|
|||||||
- openssh-server
|
- openssh-server
|
||||||
- python2.7
|
- python2.7
|
||||||
- python-software-properties
|
- python-software-properties
|
||||||
- python-netaddr
|
|
||||||
- qemu-kvm
|
- qemu-kvm
|
||||||
- qemu-utils
|
- qemu-utils
|
||||||
- software-properties-common
|
- software-properties-common
|
||||||
|
Loading…
Reference in New Issue
Block a user