ruby: add woodpecker-agent & restic configs
This commit is contained in:
parent
7d180f337d
commit
df463ed7cb
3 changed files with 16 additions and 1 deletions
14
ruby.yml
14
ruby.yml
|
|
@ -12,3 +12,17 @@
|
|||
roles:
|
||||
- ruby
|
||||
tags: ruby
|
||||
|
||||
- name: Install Woodpecker agent
|
||||
hosts: ruby
|
||||
become: yes
|
||||
roles:
|
||||
- woodpecker
|
||||
tags: woodpecker
|
||||
|
||||
- name: Install Restic
|
||||
hosts: ruby
|
||||
become: yes
|
||||
roles:
|
||||
- restic
|
||||
tags: restic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue