Skip to content

Vagrantfile and Ansible Playbook for Redmine on Ubuntu 24.04 VM (includes SQL Server, Node.js, Samba & ElasticSearch)

Notifications You must be signed in to change notification settings

k-kanoh/Vagrant-Ansible-Docker-SQLServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

概要

  • VirtualBox上のUbuntu-24.04にRedmineとSQLServerを作成します。

動作確認

  • Vagrant 2.3.4
  • VirtualBox 6.1.42

実行方法

1. up.batを実行

2. 192.168.0.99 で実行

root$ cd /vagrant/ansible
root$ ansible-playbook site.yml
root$ ansible-playbook (任意のPlaybook).yml

3. https://redmine.daieihawks へアクセス

  • 192.168.0.99 redmine.daieihawkshostsに追加してください。
  • オレオレ証明書 oreore\daieihawks.crtをブラウザにインポートしておいてください。

メモ

site.yml

  • samba
  • docker

任意のPlaybook

  • Redmine
  • SQL Server
  • Node.js (user個別にインストール)
  • Elasticsearch

Vagrantfile

# ブリッジアダプター名を環境に合わせて変えてください
config.vm.network "public_network", ip: "192.168.0.99", bridge: "Intel(R) Ethernet Connection (6) I219-V"

About

Vagrantfile and Ansible Playbook for Redmine on Ubuntu 24.04 VM (includes SQL Server, Node.js, Samba & ElasticSearch)

Topics

Resources

Stars

Watchers

Forks