From 15df0aad4172b7422372e4ea7323fd30265cc36a Mon Sep 17 00:00:00 2001 From: jmgao Date: Mon, 26 Feb 2018 20:45:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=E6=96=B0=E5=A2=9Enode=E7=9A=84harbor?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11.harbor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/11.harbor.yml b/11.harbor.yml index f188dd0..d59c24a 100644 --- a/11.harbor.yml +++ b/11.harbor.yml @@ -4,7 +4,9 @@ - docker - harbor -- hosts: kube-node +- hosts: + - kube-node + - new-node tasks: - name: harbor证书目录创建 file: name=/etc/docker/certs.d/{{ HARBOR_DOMAIN }} state=directory