6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWSでAnsibleでシステム構築設計まとめ

Last updated at Posted at 2016-01-05

#環境
接続は踏み台のみ
上記以外のAPとDBは踏み台からのみ接続許可

#最初にやらなければならないもの

  • 踏み台以外のサーバーでyumが使えるように設定する → 踏み台以外はプロクシ設定
  • gitとAnsibleのインストール
  • そのあとスタート

#共通

  • グループ作成
  • ユーザ作成

#踏み台

  • Git インストール
  • Ansible実行元

##API1

  • Yumでインストールする
  1. Ruby
  2. httpd
  3. node
  4. python
  5. gem(passenger,bundler)
  6. その他

##API2

  • API1と同様

##DB

  • postgres 9.4

1.deploy
2.初期化
3.再起動

6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?