generated from kevinheyer/template_ansible_inventory
13 lines
257 B
YAML
13 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
|