[[サーバ関連]]
目次~
#contents
*概要 [#o91b5753]
Ansibleを使用する際のクライアント側の設定。

*OS別設定 [#bda35a38]
**CentOS 5.x [#e7146da3]
-概要~
Pythonのバージョン、及びモジュールの追加が必要となる。~
~

-手順~
 wgwt http://ftp.riken.jp/Linux/fedora/epel/5/i386/epel-release-5-4.noarch.rpm
 rpm -ivh epel-release-5-4.noarch.rpm
 
 yum -y install python26
 yum -y install python-simplejson

*エラー [#g707ff52]
**Error: ansible requires a json module, none found! [#f7d18f88]
-原因~
python-simplejsonモジュールが無い場合に発生するエラー。~
~
-対処~
以下のコマンドにてpython-simplejsonをインストールする。
 yum -y install python-simplejson

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS