[Ansible] インベントリの書き方

基本的な書き方

子グループの定義

よく使いそうなAnsible変数

  • ansible_host: IPアドレス
  • ansible_user: ログインユーザー名
  • ansible_password: ログインパスワード
  • ansible_ssh_private_key_file: 秘密鍵のパス
  • ansible_python_interpreter: Pythonのパス
  • ansible_port: ポート番号

参考サイト

インベントリーの基本|Ansible の使い方
https://zenn.dev/y_mrok/books/ansible-no-tsukaikata/viewer/chapter5