solar/bootstrap/playbooks/tasks/ssh_conf.yaml
Dmitry Shulyak 6cc4690ff2 Remove redis and celery container, use init script for celery
- 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
2016-01-13 17:28:47 +02:00

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