No description
- Jinja 98.5%
- Shell 1.5%
| defaults | ||
| files | ||
| meta | ||
| tasks | ||
| templates | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
ansible-roles-backlog
Task Configuration
backlog_key files are expected to be placed in files/backlog/...
- name: Setup backlog
hosts: somehost
become: true
roles:
- role: backlog
backlog_key: backlog-somekey-file
backlog_targets:
- user: someservice
services:
- name: pod-someservice
type: systemd
scope: user
dataset: storage/DATA/home/someservice
retention: 3
cron_time: "16 0 * * 0"
destinations:
- host: someshost.sh
data: batterywharf/DATA/backlog/someservice
Deployment and Removal
Deploy
ansible-playbook -i hosts site.yml --tags=backlog --limit=somehost