6cc4690ff2
- Removed all packages and container related to redis - docker-compose will start only riak container - add init script isntallation for solar-celery - cleanedup some of the commented code in bootstrap scripts - disable host key verification for vagrant user Change-Id: I9b10d07fe6ab527bc029518da407c5165f9b3d22
7 lines
229 B
YAML
7 lines
229 B
YAML
---
|
|
|
|
- file: path=/root/.ssh state=directory mode=0700
|
|
- template: src=files/ssh_conf dest=/root/.ssh/config
|
|
- file: path=/home/vagrant/.ssh state=directory mode=0700
|
|
- template: src=files/ssh_conf dest=/home/vagrant/.ssh/config
|