Git Product home page Git Product logo

ansible-role-freqtrade's Introduction

Ansible Role: Freqtrade

Installs Freqtrade on Debian/Ubuntu based systems.

Information

This Ansible Role is designed to provide unattened and automated installation for Freqtrade - a crypto-currency algorithmic trading software developed in Python.

Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. If you are new to Ansible and/or Freqtrade, it is highly recommended to get familiar with the concept of configuration management and infrastructure as code (IaaC). Please see the latest Ansible documentation for further information.

Requirements

No special requirements; note that this role requires root access, so either run it in a playbook with a global become: yes, or invoke the role in your playbook like:

- hosts: tradingbots
  roles:
    - role: nightshift2k.freqtrade
      become: yes

Installation

Via Github

ansible-galaxy install git+https://github.com/nightshift2k/ansible-role-freqtrade.git

From Ansible Galaxy

ansible-galaxy install nightshift2k.freqtrade

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

freqtrade_installation_directory: "/opt/freqtrade"

The destination directory of Freqtrade

freqtrade_branch: "stable"

The branch in GitHub for the checkout of source files.

freqtrade_install_dev_deps: false

Whether to install development dependencies.

freqtrade_install_plot_deps: false

Whether to install plotting dependencies (plotly).

freqtrade_install_hyperopt_deps: true

Whether to install hyperopt dependencies.

freqtrade_install_additional_pips:
  - finta
  - ta

Defines a list of additional python packages, that should be installed in Freqtrade's virtual environment.

Dependencies

None.

Example Playbook

- hosts: tradingbots
  vars_files:
    - vars/freqtrade.yml
  roles:
    - role: nightshift2k.freqtrade
      become: yes

Inside vars/freqtrade.yml:

freqtrade_installation_directory: "/opt/freqtrade"
freqtrade_branch: "develop"
freqtrade_install_dev_deps: true 
freqtrade_install_plot_deps: true
freqtrade_install_hyperopt_deps: true 
freqtrade_install_additional_pips:
  - finta
  - ta
  - mergedeep
  ...

License

MIT / BSD

ansible-role-freqtrade's People

Contributors

nightshift2k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

luck0r

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.