Merge "Generate configuration using ansible for any project"
This commit is contained in:
commit
f8e15358c5
@ -6,8 +6,11 @@
|
||||
# again. Persistent files allow for idempotency
|
||||
container_config_directory: "/var/lib/kolla/config_files"
|
||||
|
||||
# The project to generate configuration files for
|
||||
project: ""
|
||||
|
||||
# The directory to store the config files on the destination node
|
||||
node_config_directory: "/etc/kolla"
|
||||
node_config_directory: "/etc/kolla/{{ project }}"
|
||||
|
||||
|
||||
###################
|
||||
|
Loading…
Reference in New Issue
Block a user