Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WordPress を Trellis で管理した話

WordPress を Trellis で管理した話

九州インフラ交流勉強会(Kixs) Vol.006

Yusuke Matsuura

December 16, 2017
Tweet

More Decks by Yusuke Matsuura

Other Decks in Technology

Transcript

  1. WordPress を Trellis で管理した話 Yusuke Matsuura ‒ Nulab Inc. Dec

    16, 2017 14:00 ∼ 17:30 九州インフラ交流勉強会(Kixs) Vol.006
  2. 自己紹介 ‒ Yusuke Matsuura @matsuzj ‒ Nulab Inc. ‒ Site

    Reliability Engineer @Backlog ‒ 趣味は登山・キャンプ ‒ Job ‒ Web サービスの開発/運用を始めて11年ぐらい経ちます ‒ アプリケーションエンジニアからインフラ方面へ ‒ 現在は運用・改善・トラブルシュート等 ‒ Team ‒ 2015年7月から Nulab のインフラ担当としてジョイン ‒ 2016年9月から SRE チームを2名になる ‒ 2017年8月から SREメンバーが追加されて3名体制へ
  3. Trellis 導入の経緯 日本向けのドメイン backlog.jp と 海外向けの backlogtool.com を backlog.com へ統合するプロジェクトが動いています。

    Webサイトも backlog.com へ統合することになったの で、コンテンツ管理、インフラ管理を楽になるよう検討 することになりました
  4. 具体的には何を使っているか ‒ Nginx ‒ MariaDB (MySQL drop‒in replacement) ‒ PHP

    7.1 (+ extensions) ‒ Composer ‒ WP‒CLI ‒ sSMTP ‒ Memcached ‒ Fail2ban ‒ ferm (firewall) ‒ Mailhog
  5. ディレクトリ構成は? ̀̀̀shell current/ # Root directory (You can change this

    directory name) ├── trellis/ # For Ansible │ ├── nginx‒includes # Include nginx conf https://roots.io/trellis/docs/nginx‒includes/ │ └── templates # Define User template, Require trellis/group̲vars/all/main.yml └── site/ # Directory for website (Bedrock‒based) └── web/ ├── app/ # WordPress content directory (themes, plugins, etc.) └── wp/ # WordPress core (don't touch!) ̀̀̀
  6. 開発 ‒ 開発は vagrant up を実行してローカルで動作確認で きます ‒ Ansible の

    group̲vars には development, staging, production が定義されている ansible‒playbook server.yml ‒e env=staging ‒u ubuntu ‒ デプロイも簡単です ./bin/deploy.sh staging backlog.com
  7. SES 使いたいんだけど? できます! trellis/group̲vars/all/mail.yml # Documentation: https://roots.io/trellis/docs/mail/ mail̲smtp̲server: email‒smtp.us‒east‒1.amazonaws.com:465 mail̲admin:

    [email protected] mail̲hostname: localhost mail̲user: mail̲user mail̲password: "{{ vault̲mail̲password }}" # Disable STARTSSL for Amazon SES ssmtp̲start̲tls: 'No'
  8. インフラ構成 us­east­1 public private Target Group backlog­com­website Target Group backlog­com­website­staging

    https://backlog.com/ backlog­website­blog backlog­website Target Group backlog­com­website­world Target Group backlog­com­website­dl backlog­website­world