Hack all problem images and put resolv.conf there

This commit is contained in:
Aleksandr Didenko
2016-06-30 16:12:26 +02:00
parent 6be93a3b87
commit bb3a57a719
2 changed files with 8 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
- hosts: kube-master
pre_tasks:
- name: Rsync CCP repos
synchronize: src=/root/ccp/microservices-repos/ dest=/root/microservices-repos/
synchronize: src=../ccp/microservices-repos/ dest=/root/microservices-repos/
- name: Rsync MCP scripts and repo
synchronize:
src: /root/ccp/
src: ../ccp/
dest: /root/ccp/
rsync_opts:
- "--exclude=/microservices-repos"