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:
parent
1ab1c835c4
commit
82725deebf
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Apply role certificates
|
||||
hosts: all
|
||||
hosts: localhost
|
||||
roles:
|
||||
- certificates
|
||||
|
Loading…
Reference in New Issue
Block a user