satyaj
2020-02-19 1d3dafbaa327c835fd3ffd49119f1d522350b2c3
Added camel-k CLI to bastion (#1166)

* Added role to install 3scale toolbox and ruby.

* Added camel-k CLI tool to bastion.
1 files modified
14 ■■■■■ changed files
ansible/roles/bastion-3scale/tasks/main.yml 14 ●●●●● patch | view | raw | blame | history
ansible/roles/bastion-3scale/tasks/main.yml
@@ -2,7 +2,7 @@
---
# tasks file for bastion
######################### Setting up a bastion host to use 3scale toolbox
######################### Setting up a bastion host to use 3scale toolbox and Camel K CLI
- name: Install 3scale toolbox gem 
@@ -14,3 +14,15 @@
    version: 0.16.0
    state: present
    user_install: no
- name: download apache-camel-k-1.0.0.RC1
  unarchive:
    src: https://github.com/apache/camel-k/releases/download/1.0.0-RC1/camel-k-client-1.0.0-RC1-linux-64bit.tar.gz
    remote_src: yes
    dest: /usr/bin
    owner: root
    group: root
    mode: 0755
    extra_opts:
      - --strip=1
  ignore_errors: true