homelab/ruby.yml

54 lines
664 B
YAML
Raw Normal View History

---
- name: Perform common tasks
hosts: ruby
become: yes
roles:
- base
- common
tags: base
- hosts: ruby
become: yes
roles:
- ruby
tags: ruby
2024-01-20 13:36:24 +01:00
- hosts: ruby
become: yes
roles:
- ntfy
tags: ntfy
- name: Install Woodpecker agent
hosts: ruby
become: yes
roles:
- woodpecker
tags: woodpecker
- name: Install Restic
hosts: ruby
become: yes
roles:
- restic
tags: restic
- hosts: ruby
become: yes
roles:
- monica
tags: monica
2024-01-12 16:30:15 +01:00
- hosts: ruby
become: yes
roles:
- miniflux
tags: miniflux
2024-02-13 09:41:35 +01:00
- name: Ensure Baikal is installed
hosts: ruby
become: yes
roles:
- baikal
tags: baikal