3 posts with the tag Ansible
Ansible で Ubuntu に postfix をインストール
May 20, 2019
posted by 中の人(管理者)
やりたいことはタイトル通りです。 「え?aptモジュール使えば良いだけでしょ。」 と思うかもしれませんが、それだけだと上手くいかないのです。 問題点 普通に aptコマンドで postfix パッケージをインストールして ...
Bug in the Ansible’s s3_sync module `file_change_strategy` not working and workaround for it
March 29, 2019
posted by issei_m
I’ve described the actual workaround in the very bottom. If you are hasty just jump to: Workaround As of ...
Ansibleのs3_syncモジュールのfile_change_strategy: date_sizeのバグと対処法
March 22, 2019
posted by issei_m
対処法については一番最後に書いてありますので、面倒な方は読み飛ばして下さい: 対処法 このバグは当エントリ執筆時点の2019年3月22日現在確認ができています。また、現段階でAnsible本体にIssueとPull Re ...