[Ansible] サービスの管理 (serviceモジュール)

Apacheなどのサービスの起動や停止などを行うにはserviceモジュールを使う。

良く使うパラメータ

  • name (文字列/必須) – サービスの名前
  • state (文字列) – サービスのステータス (started/stopped/reloaded/restarted)
  • enabled (論理値) – ブート時に自動起動するか (yes/no)

記述例

参考サイト

ansible.builtin.service module – Manage services — Ansible Documentation
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/service_module.html