Skip to content
Snippets Groups Projects
Commit 82725dee authored by caoyuan's avatar caoyuan
Browse files

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
parent 1ab1c835
No related branches found
No related tags found
No related merge requests found
---
- name: Apply role certificates
hosts: all
hosts: localhost
roles:
- certificates
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment