summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/getting_started/yaml/inventory_variables_host.yaml
blob: 98ab165e072392f446b3c3b0bef627d5dc88594d (plain)
1
2
3
4
5
6
7
8
webservers:
  hosts:
    webserver01:
      ansible_host: 192.0.2.140
      http_port: 80
    webserver02:
      ansible_host: 192.0.2.150
      http_port: 443