Included comments at the top of all template files indicating that they are managed by Ansible and should not be edited manually. This ensures clarity and avoids unintended manual modifications.
5 lines
160 B
YAML
5 lines
160 B
YAML
# this file is managed by ansible. Do not edit it by hand
|
|
chill_doc_store:
|
|
use_driver: local_storage
|
|
local_storage:
|
|
storage_path: '/var/storage' |