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

13 lines
257 B
YAML
Raw Normal View History

2025-08-13 15:01:42 +00: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