
- disable host key checking for 10.*.*.* everywhere - connect to riak on localhost instead of hardcoded 10.0.0.2 Change-Id: Idfb675e5fca10ab6ddb2e3907c0693789ec17425 Related-bug: #1533609
11 lines
237 B
YAML
11 lines
237 B
YAML
---
|
|
|
|
- hosts: all
|
|
sudo: yes
|
|
vars:
|
|
ssh_ip_mask: "10.*.*.*"
|
|
tasks:
|
|
# upgrade pbr first, old version throws strange errors
|
|
- shell: pip install pbr -U
|
|
- shell: pip install git+git://github.com/Mirantis/solar-agent.git
|