11 lines
191 B
YAML
11 lines
191 B
YAML
---
|
|
# set these in host/group vars
|
|
# these are defaults
|
|
|
|
# LAN static IP address
|
|
local_subnet: 192.168.0.0/24
|
|
|
|
sshd_port: 2500
|
|
|
|
bastion_ip: "{{ hostvars[groups['bastion'][0]]['local_ip'] }}"
|