added server specific playbooks: ttk

This commit is contained in:
kashapovd 2021-12-27 07:49:26 +00:00
parent fd70ab1518
commit 2197375bb1
1 changed files with 23 additions and 0 deletions

23
playbooks/srvs/ttk.yml Normal file
View File

@ -0,0 +1,23 @@
- 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, нужно допиливать роли и шаблоны....