#!/bin/bash curdate=$(date +%Y%m%d) ansible local -i inventory/prod.yml -u root -m shell -a "cat /usr/local/log/borg*${curdate}*.log" | less