diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-11 09:16:22 +0000 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-11 09:19:23 +0000 |
commit | 3736aafdb168d76483a42acb552098244ceee034 (patch) | |
tree | ddd22127094ba06bd1dd74c6f3b23b437eae4066 /kube2consul/bin/blueprint/deploy.yml | |
parent | 012e88c913f39706fa6ae1b79c1fe0924ac1d2df (diff) |
Initial commit for registrator source codes
Change-Id: I0cdd285d6228f0a1b6a6b27787be09d2d7af3579
Issue-Id: OOM-61
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'kube2consul/bin/blueprint/deploy.yml')
-rw-r--r-- | kube2consul/bin/blueprint/deploy.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kube2consul/bin/blueprint/deploy.yml b/kube2consul/bin/blueprint/deploy.yml new file mode 100644 index 0000000..cc61076 --- /dev/null +++ b/kube2consul/bin/blueprint/deploy.yml @@ -0,0 +1,8 @@ +--- +- remote_user: ubuntu + become: yes + become_method: sudo + vars_files: + - vars.yml + tasks: + - include: task.yml |