2023-08-21 17:19:29 -04:00
|
|
|
---
|
|
|
|
# set these in host/group vars
|
|
|
|
# these are defaults
|
|
|
|
|
|
|
|
# LAN static IP address
|
|
|
|
local_subnet: 192.168.0.0/24
|
|
|
|
|
|
|
|
sshd_port: 2500
|
2023-08-23 21:14:39 -04:00
|
|
|
|
2023-08-26 22:02:29 -04:00
|
|
|
bastion_ip: "{{ hostvars[groups['bastion'][0]]['local_ip'] }}"
|