指定连接的参数

参数

指定Server的连接参数,其中包括连接方法,用户等。

  1. [targets]
  2. localhost ansible_connection=local
  3. other1.example.com ansible_connection=ssh ansible_user=mpdehaan
  4. other2.example.com ansible_connection=ssh ansible_user=mdehaan
  5. [atlanta]
  6. host1 http_port=80 maxRequestsPerChild=808
  7. host2 http_port=303 maxRequestsPerChild=909

所有可以指定的参数在文档中
http://docs.ansible.com/ansible/intro_inventory.html#list-of-behavioral-inventory-parameters

变量

为一个组指定变量

  1. [atlanta]
  2. host1
  3. host2
  4. [atlanta:vars]
  5. ntp_server=ntp.atlanta.example.com
  6. proxy=proxy.atlanta.example.com