ansible

トラブル1

[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).

対処方法

# yum udpdate gmp

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

# 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

Error: ansible requires a json module, none found!

対処方法

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

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-06-30 (木) 01:40:11