summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/getting_started/yaml/inventory_variables_group.yaml
blob: 6f934aaa74ffe1afff5b1868d6d92533bedc9a59 (plain)
1
2
3
4
5
6
7
8
9
10
webservers:
  hosts:
    webserver01:
      ansible_host: 192.0.2.140
      http_port: 80
    webserver02:
      ansible_host: 192.0.2.150
      http_port: 443
  vars:
    ansible_user: my_server_user