Giter VIP home page Giter VIP logo

ansible-taiga's Introduction

ansible-taiga

Taiga - Agile, Open Source, Free Project Management System

Platforms

Tunables

  • taiga_log_root (string) - Where Taiga will place its log files.
  • taiga_front_access_log_path (string) - Where Taiga will place its front-end access log.
  • taiga_front_error_log_path (string) - Where Taiga will place its front-end error log.
  • taiga_back_access_log_path (string) - Where Taiga will place its back-end access log.
  • taiga_back_error_log_path (string) - Where Taiga will place its back-end error log.
  • taiga_runtime_root (string) - Where Taiga will place its PID files.
  • taiga_back_pidfile_path (string) - Where Taiga will place its back-end PID file.
  • taiga_install_root (string) - Where Taiga files will be installed to.
  • taiga_front_install_path (string) - Where Taiga front-end files will be installed to.
  • taiga_back_install_path (string) - Where Taiga back-end files will be installed to.
  • taiga_data_install_path (string) - Where Ansible will store files to record past data migrations.
  • taiga_front_repo (string) - The git repo to clone the front-end code from.
  • taiga_back_repo (string) - The git repo to clone the back-end code from.
  • taiga_front_version (string) - The version of the front-end to clone.
  • taiga_back_version (string) - The version of the back-end to clone.
  • taiga_import_sample_data (boolean) - Migrate Taiga's sample data on installation?
  • taiga_database_host (string) - The host Taiga will use for it's database.
  • taiga_database_port (string) - The port Taiga will use for it's database.
  • taiga_database_password (string) - The password Taiga will use for it's database.
  • taiga_database_username (string) - The username Taiga will use for it's database.
  • taiga_public_register_enabled (boolean) - Allow public user registration?
  • taiga_hostname (string) - The hostname of the server that Taiga is running on.
  • taiga_port (integer) - The port that Taiga is running on.
  • taiga_url_scheme (string) - The URL scheme that Taiga is served on (e.g. "http").
  • taiga_from_email_address (string) - The email address Taiga will send from.
  • taiga_email_host (string) - The host of the service that provides that email.
  • taiga_email_port (integer) - The port of the service that provides that email.

Dependencies

Example Playbook

- hosts: servers
  roles:
    - role: package/taiga
      taiga_hostname: "mytaiga.com"
      taiga_database_host: "db.mytaiga.com"
      taiga_database_port: 5432
      taiga_database_password: "mysecretpassword"
      taiga_import_sample_data: False
      taiga_from_email_address: [email protected]
      taiga_email_host: mail.mytaiga.com
      taiga_public_register_enabled: 'True'

License

GNU Affero

Contributors

ansible-taiga's People

Contributors

aaronpederson avatar colstrom avatar jscott avatar

Watchers

 avatar  avatar

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.