hosts 225 B

12345678910
  1. [web]
  2. # 这里添加您的 Web 服务器
  3. # example.com ansible_host=192.168.1.10
  4. [db]
  5. # 这里添加您的数据库服务器
  6. # db.example.com ansible_host=192.168.1.11
  7. [all:vars]
  8. ansible_python_interpreter=/usr/bin/python3