27 lines
477 B
YAML
27 lines
477 B
YAML
zfs_pool_name: bigpool
|
|
ip: 192.168.5.7
|
|
ip_admin: 192.168.6.7
|
|
mysql_host: "{{ ip_admin }}"
|
|
gateway: 192.168.6.1
|
|
|
|
wireguard-server:
|
|
wstunnel-download-url: https://github.com/erebe/wstunnel/releases/download/v10.5.2/wstunnel_10.5.2_linux_amd64.tar.gz
|
|
internal-port: 51822
|
|
|
|
wireguard-client:
|
|
ntb:
|
|
ip: 10.0.0.2
|
|
tata:
|
|
ip: 10.0.0.4
|
|
pi:
|
|
ip: 10.0.0.5
|
|
desktop:
|
|
ip: 10.0.0.6
|
|
|
|
samba_users:
|
|
- name: warezjoe
|
|
path: /warezjoe
|
|
|
|
- name: tata
|
|
path: /tata
|