mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-12-16 07:20:36 +00:00
parent
8e8950ea89
commit
1fdc72cd7d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
production_inventory
|
production_inventory
|
||||||
production_config.yml
|
production_config.yml
|
||||||
.DS_Store
|
.DS_Store
|
||||||
roles/rvm_io.ruby
|
roles/rvm.ruby
|
||||||
.vagrant
|
.vagrant
|
||||||
scratch/*
|
scratch/*
|
||||||
playbook.retry
|
playbook.retry
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
- config.yml
|
- config.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: rvm_io.ruby, tags: ruby, become: yes }
|
- { role: rvm.ruby, tags: ruby, become: yes }
|
||||||
- { role: rvm_io.ruby.patch, tags: ruby, become: yes }
|
- { role: rvm.ruby.patch, tags: ruby, become: yes }
|
||||||
- { role: easyredmine, become: no }
|
- { role: easyredmine, become: no }
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
- src: rvm_io.ruby
|
- src: rvm.ruby
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
rvm_io.ruby.patch
|
rvm.ruby.patch
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Patches to [rvm1-ansible](https://github.com/rvm/rvm1-ansible) role.
|
Patches to [rvm1-ansible](https://github.com/rvm/rvm1-ansible) role.
|
||||||
@ -13,7 +13,7 @@ Including an example of how to use your role (for instance, with variables passe
|
|||||||
```
|
```
|
||||||
- hosts: servers
|
- hosts: servers
|
||||||
roles:
|
roles:
|
||||||
- { role: rvm_io.ruby.patch }
|
- { role: rvm.ruby.patch }
|
||||||
```
|
```
|
||||||
|
|
||||||
License
|
License
|
2
roles/rvm.ruby.patch/defaults/main.yml
Normal file
2
roles/rvm.ruby.patch/defaults/main.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
# defaults file for rvm.ruby.patch
|
2
roles/rvm.ruby.patch/handlers/main.yml
Normal file
2
roles/rvm.ruby.patch/handlers/main.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
# handlers file for rvm.ruby.patch
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# tasks file for rvm_io.ruby.patch
|
# tasks file for rvm.ruby.patch
|
||||||
|
|
||||||
- copy:
|
- copy:
|
||||||
src: rvm.sh
|
src: rvm.sh
|
@ -2,4 +2,4 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- rvm_io.ruby.patch
|
- rvm.ruby.patch
|
2
roles/rvm.ruby.patch/vars/main.yml
Normal file
2
roles/rvm.ruby.patch/vars/main.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
# vars file for rvm.ruby.patch
|
@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
# defaults file for rvm_io.ruby.patch
|
|
@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
# handlers file for rvm_io.ruby.patch
|
|
@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
# vars file for rvm_io.ruby.patch
|
|
Loading…
Reference in New Issue
Block a user