From fd70ab1518f42c0698eb49f5920825efada89d25 Mon Sep 17 00:00:00 2001 From: kashapovd Date: Mon, 20 Dec 2021 07:32:37 +0000 Subject: [PATCH] added server specific playbooks: wificlick --- playbooks/srvs/wificlick.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 playbooks/srvs/wificlick.yml diff --git a/playbooks/srvs/wificlick.yml b/playbooks/srvs/wificlick.yml new file mode 100644 index 0000000..788b626 --- /dev/null +++ b/playbooks/srvs/wificlick.yml @@ -0,0 +1,20 @@ +- name: Install fully worked (I hope) STCP server + hosts: "wificlick" + become: yes + + roles: + - role: install-stcp + server_port: 5006 + link_start_ip_addr: 192.168.56.2 + links_number: 6 + ext_iface: enp1s0 + use_auth: no + use_client_logging: yes + run_stcp: no + stcp_level: l2 + stcp_mode: tap + + l2_bridge_name: br_l2 + l2_bridge_ipaddr: 172.17.2.101 + l2_bridge_ipmask: 255.255.254.0 + l2_iface: enp7s0 \ No newline at end of file