addictionwhite’s diary

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

ansible

即興で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)` その…