fix新增node的harbor证书安装

pull/131/head
jmgao 2018-02-26 20:45:17 +08:00
parent de743d7fd1
commit 15df0aad41
1 changed files with 3 additions and 1 deletions

View File

@ -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