2024-01-11 11:37:11 +01:00
|
|
|
---
|
|
|
|
- name: Perform common tasks
|
|
|
|
hosts: ruby
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- base
|
|
|
|
- common
|
|
|
|
tags: base
|
|
|
|
|
|
|
|
- hosts: ruby
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- ruby
|
|
|
|
tags: ruby
|
2024-01-11 11:43:38 +01:00
|
|
|
|
2024-01-20 13:36:24 +01:00
|
|
|
- hosts: ruby
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- ntfy
|
|
|
|
tags: ntfy
|
|
|
|
|
2024-01-11 11:43:38 +01:00
|
|
|
- name: Install Woodpecker agent
|
|
|
|
hosts: ruby
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- woodpecker
|
|
|
|
tags: woodpecker
|
|
|
|
|
|
|
|
- name: Install Restic
|
|
|
|
hosts: ruby
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- restic
|
|
|
|
tags: restic
|
2024-01-11 13:02:45 +01:00
|
|
|
|
|
|
|
- hosts: ruby
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- monica
|
|
|
|
tags: monica
|
2024-01-12 16:30:15 +01:00
|
|
|
|
|
|
|
- hosts: ruby
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- miniflux
|
|
|
|
tags: miniflux
|