addictionwhite’s diary

考え中のことを整理と忘備録のために綴ります。ここに書かれている考えは翌日には変わる可能性があります

インフラ

ECS触った際の雑記

雑多メモ ・docker-composeでビルドしても、生成されるイメージはそれぞれDockerfile分生成される ・ECSはdocker-composeみたいなもの?(というかTaskDefinitionがそう?) https://qiita.com/HiromuMasuda0228/items/2170032142ae1c33adcc ・ecs-cli使えば…

再ansible

ansible触ろうとvagrantを立ち上げようとしたらまた同じようなエラーが出た http://addictionwhite.hatenablog.com/entry/2018/08/05/191236 というかずいぶん前から出続けていて、合間に対応試みたのだけど全然直らないでいた。 結果いうとvagrantのプラグ…

即興でlemp環境

以下のリポジトリを使わせてもらう Vagrant lemp github.com Mysql dump GitHub - prograhammer/countries-regions-cities: MySQL ready-to-use tables with countries, regions/states and cities of the world.

ansible触ってみようとしたらvagrantのエラーにハマった(`nfs_export': wrong number of arguments (given 4, expected 5) )

ansible勉強しようとvagrant立ち上げようとしたら以下のエラーでハマった /opt/vagrant/embedded/gems/2.1.2/gems/vagrant-2.1.2/plugins/hosts/bsd/cap/nfs.rb:11:in `nfs_export': wrong number of arguments (given 4, expected 5) (ArgumentError)` その…

Vagrantd(CentOS7)でnginx 2

先日は静的ファイル(index.html)を表示させたので、phpを動かそうと思ったが思いの外はまった。 今回は勉強用に試しているだけだったので適当なバージョンのPHPをインストール sudo yum -y install epel-release wget http://rpms.famillecollet.com/enterpr…