项目作者: nnishimura

项目描述 :
:small_red_triangle: Ansible playbook for installing Redmine,Nginx, Unicorn, Ruby and mySQL on Centos7
高级语言:
项目地址: git://github.com/nnishimura/ansible-playbook-redmine.git
创建时间: 2020-04-19T15:01:29Z
项目社区:https://github.com/nnishimura/ansible-playbook-redmine

开源协议:

下载


Ansible Playbook Redmine

Ansible playbook + Vagrantfile for provisioning Redmine app to a CentOS server. The playbook installs Ruby, mySQL, Redmine, Nginx and Unicorn.

Requires

  • Ansible 2.9.6 or later

If you want to run the provisioning on VM:

  • Vagrant 1.8.6 or later
  • VirtualBox 5.1.6 or later

Getting started

  1. vagrant up

This will start the VM, and run the provisioning playbook (on the first VM startup).
Visit https://192.168.33.13 and you should see the Redmine home page.

  1. ansible-playbook -i hosts playbook.yml -C

This will dry-run the playbook and won’t affect the existing VM.

Configuration

update group_vars/all.yml at your convenience.

What’s installed

  • CentOS7
  • Nginx, Unicorn latest
  • Ruby 2.5
  • mySQL 5.7
  • Redmine 4.1.1