template_ansible_inventory/examples/host_vars/web1.example.com.yml

13 lines
257 B
YAML
Raw Permalink Normal View History

2025-04-22 12:38:55 +02:00
# examples/host_vars/web1.example.com.yml
# This file contains variables specific to the 'web1.example.com' host.
---
# IP address of the host
ansible_host: 192.168.1.10
# User to connect as
ansible_user: webadmin
# Port for HTTP service
http_port: 8080