solar/bootstrap/playbooks/solar-agent.yaml
Łukasz Oleś 2d8231f75a Ip addressess fixes
- 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
2016-02-04 11:34:08 +00:00

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