template_ansible_inventory/examples/host_vars/web1.example.com.yml
Kevin Heyer a621c3148d Init
2025-04-22 12:38:55 +02:00

12 lines
257 B
YAML

# 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