ansible/playbooks/srvs/ttk.yml

23 lines
599 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- name: Install fully worked (I hope) STCP server
hosts: "ttk"
become: yes
roles:
- role: install-stcp
server_port: 16006
link_start_ip_addr: 192.168.56.34
links_number: 8
ext_iface: wan
use_auth: no
use_client_logging: yes
run_stcp: no
stcp_level: l2
stcp_mode: tap
stcp_http_srv_port: 1887
l2_bridge_name: br_l2
l2_bridge_ipaddr: 10.100.0.1
l2_bridge_ipmask: 255.255.255.0
l2_iface: ttk
# ещё есть лютая схема с vlan, нужно допиливать роли и шаблоны....