No description
  • Jinja 98.5%
  • Shell 1.5%
Find a file
2026-04-05 18:37:05 +00:00
defaults initial commit 2025-10-06 22:03:16 +00:00
files initial commit 2025-10-06 22:03:16 +00:00
meta update template, add heartbeat 2026-04-05 18:37:05 +00:00
tasks initial commit 2025-10-06 22:03:16 +00:00
templates update template, add heartbeat 2026-04-05 18:37:05 +00:00
.gitignore initial commit 2025-10-06 22:03:16 +00:00
LICENSE initial commit 2025-10-06 22:03:16 +00:00
README.md initial commit 2025-10-06 22:03:16 +00:00

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