You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
761 B
Django/Jinja
16 lines
761 B
Django/Jinja
# This configuration file is generated automatically
|
|
# by the backup_and_restore role part of TripleO
|
|
# Ansible. No not edit this file, all changes
|
|
# will be lost. Refer to the following URL for
|
|
# more information and implementation details:
|
|
# https://opendev.org/openstack/tripleo-ansible
|
|
|
|
OUTPUT_URL={{ tripleo_backup_and_restore_output_url }}
|
|
ISO_PREFIX={{ tripleo_backup_and_restore_hostname.stdout }}
|
|
BACKUP_PROG_OPTIONS+=( --anchored --xattrs-include='*.*' --xattrs )
|
|
BACKUP_PROG_EXCLUDE=( {{ tripleo_backup_and_restore_exclude_paths | sum(start=[]) | map('quote') | join(' ') }} )
|
|
BACKUP_URL={{ tripleo_backup_and_restore_backup_url }}
|
|
{% for item in (tripleo_backup_and_restore_local_config | dict2items) %}
|
|
{{ item.key }}={{ item.value }}
|
|
{% endfor %}
|