inventory_skullit/examples/group_vars/webservers.yml

13 lines
253 B
YAML
Raw Normal View History

2025-08-13 15:01:42 +00:00
# examples/group_vars/webservers.yml
# This file contains variables that apply to all hosts in the 'webservers' group.
---
# User to connect as
ansible_user: webadmin
# Port for HTTP service
http_port: 80
# Maximum number of clients
max_clients: 200