Skip to content

Commit

Permalink
Merge pull request #12 from matsuu/isucon4-nginx
Browse files Browse the repository at this point in the history
replace nginx version with latest because target rpm is 404, #11
  • Loading branch information
matsuu committed Oct 4, 2017
2 parents aaa050c + 7d99fee commit 0ff24f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isucon4-qualifier/01_qualifier.yml
Expand Up @@ -5,7 +5,8 @@
- user: name=isucon groups=wheel
- lineinfile: dest=/etc/sudoers state=present regexp='^%wheel ALL\=' line='%wheel ALL=(ALL) NOPASSWD:ALL' validate='visudo -cf %s'
- command: yum update -y
- yum: pkg=http://nginx.org/packages/old/centos/6/x86_64/nginx-1.6.1-1.el6.ngx.x86_64.rpm
- yum: pkg=http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
- yum: pkg=nginx state=installed
- service: name=nginx enabled=true
- yum: pkg=mysql-community-server state=installed
- service: name=mysqld state=running enabled=true
Expand Down
1 change: 1 addition & 0 deletions isucon4-qualifier/README.md
Expand Up @@ -30,6 +30,7 @@ ansible-playbook -i local playbook.yml
## 本来の設定と異なるところ

- MySQLのバージョンを5.5.42からMySQL GA最新版(現在は5.6系)に変更しています
- nginxのバージョンを1.6.1からstable最新版に変更しています
- ログインユーザをec2-userからvagrantに変更しています
- ベンチマークプログラムのインスタンスチェックを削除しています

Expand Down

0 comments on commit 0ff24f3

Please sign in to comment.