Skip to content

Commit

Permalink
install via curl
Browse files Browse the repository at this point in the history
  • Loading branch information
codenrhoden committed May 5, 2017
1 parent 5527eba commit d421899
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions tasks/curlinstall.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---

- name: Install script
shell: curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -s -- {{ rexray_channel }}
13 changes: 9 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
# This section commented out until packages have real repos
# Until then, curl bash install is really the only way

# OS-specific install routines
- include: install-RedHat.yml
when: ansible_os_family == 'RedHat'
#- include: install-RedHat.yml
# when: ansible_os_family == 'RedHat'

#- include: install-Debian.yml
# when: ansible_os_family == 'Debian'

- include: install-Debian.yml
when: ansible_os_family == 'Debian'
- include: curlinstall.yml

- include: config.yml

Expand Down
4 changes: 0 additions & 4 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ rexray_vbox_tls: false
rexray_vbox_volume_path: ''
rexray_vbox_controller_name: SATA
rexray_vbox_machine: ''

# These should not be overriden at this time
rexray_pkg_url: https://dl.bintray.com/emccode/rexray
rexray_version: latest

0 comments on commit d421899

Please sign in to comment.