Add kolla-build.yml playbook to support building images on the seed
This commit is contained in:
parent
5404539bee
commit
a4493ef911
6
ansible/kolla-build.yml
Normal file
6
ansible/kolla-build.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Ensure Kolla is configured
|
||||
hosts: seed
|
||||
roles:
|
||||
- role: kolla
|
||||
- role: kolla-build
|
Loading…
Reference in New Issue
Block a user