3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS 7.2にAnsible2をインストールする際にちょっとだけ注意すること

Posted at

例によって備忘録

Cent OS7.2,正確にはvagrant用のbento/centos7.2にgithubから取得したansible2を入れてみました。
とりあえず動くみたいですが注意点が一つ。CentOS標準の状態ではansible2を動かすにはモジュールが不足しているので以下の二つのモジュールを入れる必要があります。

  • yaml
  • Jinja2

筆者は別途pipをインストールしてモジュールを入れました。

こちらからは以上です。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?