Skip to content

nek-00-ken/taiga-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taiga-playbook

Install taiga by running the playbook

Set your infos in the inventory :

  • $HOST_IP : the server ip address, public or local
  • $USER : a sudo user
[taiga:children]
taiga-back
taiga-front

[taiga-back]
$HOST_IP ansible_ssh_user=$USER inventory_host_ip=$HOST_IP

[taiga-front]
$HOST_IP ansible_ssh_user=$USER inventory_host_ip=$HOST_IP

Then run the playbook

ansible-playbook --private-key=/path/to/key.pem -i inventory taiga.yml

Developpement

For local dev, you can start a Virtual Machine with the Vagrantfile.

Just run it with following command :

vagrant up

This will create a vm according to this default values :

Vagrant.configure(2) do |config|
  config.vm.box = "ubuntu/trusty64"
  config.vm.network "private_network", ip: "192.168.17.17"
  # config.vm.synced_folder "./data", "/vagrant_data"
  config.vm.provider "virtualbox" do |vb|
    vb.memory = "2048"
  end
end

Notes

Tested on :

  • Ubuntu 14.04 (trusty)

About

Install taiga.io playbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages