infra/roles/bear/templates/kpxcp.sh.j2

7 lines
211 B
Django/Jinja

#!/bin/bash
# distributed from ansible
today=$(date -Idate)
cp ${HOME}/{{ kpx_path }}/{{ kpx_file }} ${HOME}/{{ kpx_backup_path }}/${today}-{{ inventory_hostname.split(".")[0] }}.{{ kpx_file.split(".")[-1] }}