summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/getting_started/yaml/inventory_variables_host.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/getting_started/yaml/inventory_variables_host.yaml')
-rw-r--r--docs/docsite/rst/getting_started/yaml/inventory_variables_host.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docsite/rst/getting_started/yaml/inventory_variables_host.yaml b/docs/docsite/rst/getting_started/yaml/inventory_variables_host.yaml
new file mode 100644
index 0000000..98ab165
--- /dev/null
+++ b/docs/docsite/rst/getting_started/yaml/inventory_variables_host.yaml
@@ -0,0 +1,8 @@
+webservers:
+ hosts:
+ webserver01:
+ ansible_host: 192.0.2.140
+ http_port: 80
+ webserver02:
+ ansible_host: 192.0.2.150
+ http_port: 443 \ No newline at end of file