Skip to content

JScott/ansible-taiga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: justin.scott1@telus.com
      taiga_email_host: mail.mytaiga.com
      taiga_public_register_enabled: 'True'

License

GNU Affero

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages