homelab/ruby.yml

54 lines
664 B
YAML

---
- name: Perform common tasks
hosts: ruby
become: yes
roles:
- base
- common
tags: base
- hosts: ruby
become: yes
roles:
- ruby
tags: ruby
- 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
- hosts: ruby
become: yes
roles:
- miniflux
tags: miniflux
- name: Ensure Baikal is installed
hosts: ruby
become: yes
roles:
- baikal
tags: baikal