ansible-lssd/group_vars/all

37 lines
892 B
Plaintext

# The global variable file
# deploy tag
tag: archive_clonage
# ADABO
seeder_ADABO: ZUR10
peer_ADABO: ZUR30
# path
seeder_files_path: /data/{{ seeder_ADABO | upper }}/Sas/clonage/Envoi
destination_path: /opt/{{ peer_ADABO | upper }}/Logiciel/BDIG/aem-install/crx-quickstart
# path permission
destination_owner: cdap{{ peer_ADABO | lower }}bdig
destination_group: go_{{ peer_ADABO | lower }}_bdig
destination_mod: "0755"
# default tracker port
tracker_port: 6969
# tar options
tar_options: --exclude ".git*" --exclude ".svn*"
# options
no_tag_directory: true
unsafe_please_delete: false
only_deploy_archive: true
remove_existing: false
# system path
src_path: "{{ playbook_dir }}"
remote_bittorrent_tracker_path: /usr/local/bittorrent-tracker
ansible_cache_path: /var/cache/ansible
default_temp_path: /tmp
bittorrent_tracker_tgz_file: bittorrent-tracker.tar.gz