3
1

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.

Ansibleでntp設定するとき、ntp role は benno joy の ntp role ではなく、resmo の ntp role を使う方が良い。

Posted at

Ansibleでntp設定しようと思って Ansible Galaxy から適当な role を探したところ、benno joy の ntp role が堅そうだったので入れてみた。Ansible stuffと書いてあったし。

一応ちゃんと動いたんだけど、ntpq -pがうまく動かない。。

理由は ntp.conf の restrict に IPv6 の localhost (::1) が入っていなかったから。

benno joy ntp role の issue では今年の1月に指摘が上がってたが、放置されているみたい。対策としては、Playbookの設定で restrict を入れれば良いだけではあるものの、面倒なので違う role を探した。

いまのところ resmo の ntp role を使っていて、とりあえず大丈夫そう。
ドキュメントもうちょっと欲しいけどねぇ。

3
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?