82725deebf
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
6 lines
83 B
YAML
6 lines
83 B
YAML
---
|
|
- name: Apply role certificates
|
|
hosts: localhost
|
|
roles:
|
|
- certificates
|