项目作者: Forcepoint

项目描述 :
Ansible role to install the JFrog CLI client.
高级语言:
项目地址: git://github.com/Forcepoint/fp-pta-ansible-jfrog-cli.git
创建时间: 2020-03-10T16:58:13Z
项目社区:https://github.com/Forcepoint/fp-pta-ansible-jfrog-cli

开源协议:BSD 3-Clause "New" or "Revised" License

下载


jfrog-cli

Install the JFrog CLI client.

https://jfrog.com/getcli/

https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory

For information about PTA and how to use it with this Ansible role please visit https://github.com/Forcepoint/fp-pta-overview/blob/master/README.md

Requirements

None

Role Variables

OPTIONAL

  • jfrog_cli_version: The version of the client to install.
  • jfrog_cli_version_type: Versions up to 1.52.0 use ‘v1’ while newer ones use ‘v2’.
  • jfrog_cli_base_url: The URL to install from. Useful for downloading from Artifactory.
    This variable is not used/honored for runs on Windows because chocolatey is used
    and doing offline chocolatey installs is not trivial. Not worth automating ATM.

Dependencies

None

Example Playbook

  1. - name: jfrog cli
  2. hosts: all
  3. vars:
  4. jfrog_cli_version: "1.44.0"
  5. jfrog_cli_version_type: "v1"
  6. jfrog_cli_base_url: "https://artifactory.COMPANY.com/artifactory/releases.jfrog.io-artifactory-jfrog-cli"
  7. roles:
  8. - role: jfrog-cli

License

BSD-3-Clause

Author Information

Jeremy Cornett jeremy.cornett@forcepoint.com