{ "command": "barbican-worker", "config_files": [ { "source": "{{ container_config_directory }}/barbican.conf", "dest": "/etc/barbican/barbican.conf", "owner": "barbican", "perm": "0600" }, { "source": "{{ container_config_directory }}/policy.json", "dest": "/etc/barbican/policy.json", "owner": "barbican", "perm": "0600", "optional": true } ], "permissions": [ { "path": "/var/log/kolla/barbican", "owner": "barbican:barbican" } ] }