Make the certificates role just run on deploy node

when run command "kolla-ansible -i multinode certificates",
the certificates file will generated in all nodes, it is
unnecessary, this ps to make it in deploy node.

Change-Id: I3e98ab498eeec3e6b8f170dd29c95f7ff9dbd6c0
This commit is contained in:
caoyuan 2018-03-19 14:40:32 +08:00
parent 1ab1c835c4
commit 82725deebf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
- name: Apply role certificates
hosts: all
hosts: localhost
roles:
- certificates