11 lines
162 B
YAML
11 lines
162 B
YAML
- hosts: test_ruby
|
|
become: true
|
|
roles:
|
|
- testuser
|
|
- common
|
|
- rvm1-ansible
|
|
- ruby_sites
|
|
- hosts: test_common
|
|
sudo: True
|
|
roles:
|
|
- common |