ruby: add role with ruby-specific drive configuration

This commit is contained in:
Jef Roosens 2024-01-11 11:37:11 +01:00
parent 1afca6be94
commit 7d180f337d
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
4 changed files with 51 additions and 0 deletions

14
ruby.yml Normal file
View file

@ -0,0 +1,14 @@
---
- name: Perform common tasks
hosts: ruby
become: yes
roles:
- base
- common
tags: base
- hosts: ruby
become: yes
roles:
- ruby
tags: ruby