Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 444 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 444 Bytes

概要

Apache + Tomcat + MySQL の環境を構築する。

準備

cp hosts.example hosts

vim hosts

group_vars の認証情報を編集する。

vim group_vars/all.yml

MySQL のモジュールを入れる

ansible-galaxy collection install community.mysql

テスト

ansible-playbook -i hosts test.yml

プレイブックの実行

ansible-playbook -i hosts site.yml