ansible

トラブル1 [#tbd563ae]

 [WARNING]: The version of gmp you have installed has a known issue regarding timing vulnerabilities when used with pycrypto. If possible, you should update it (i.e. yum update gmp).

対処方法 [#u1553e53]

 # yum udpdate gmp

もしもgmpがアップデートできなかったら [#jbcab93c]

 # yum update gmp
 Setting up Update Process
 No Packages marked for Update
 # rpm -qa | grep gmp
 gmp-4.3.1-7.el6_2.2.x86_64
 
 無視して良いそうです...。EPELの現行バージョンのバグだそう。

トラブル2 [#xc91cbeb]

 Error: ansible requires a json module, none found!
 

対処方法 [#g3225c70]

 対象ホストに下記Pythonモジュールをインストールする
 # yum install python-simplejson