added server specific playbooks

This commit is contained in:
kashapovd 2021-11-29 08:16:00 +00:00
parent 98e56e0ade
commit c0a63ca627
2 changed files with 110 additions and 0 deletions

View File

@ -0,0 +1,70 @@
- name: Install fully worked (I hope) STCP server
hosts: "beeline"
become: yes
roles:
- role: install-stcp
server_port: 5006
link_start_ip_addr: 192.168.56.82
links_number: 6
ext_iface: ens192
use_auth: no
use_client_logging: yes
run_stcp: no
stcp_level: l3
stcp_mode: tuntap
tun_iface_ip_addr: 10.11.1.1
tun_iface_ip_mask: 255.255.255.0
tap_iface_ip_addr: 10.10.1.1
tap_iface_ip_mask: 255.255.255.0
- role: install-stcp
server_port: 5012
link_start_ip_addr: 192.168.56.26
links_number: 6
ext_iface: ens192
use_auth: yes
use_client_logging: yes
run_stcp: no
stcp_level: l3
stcp_mode: tuntap
stcp_http_srv_port: 15069
tun_iface_ip_addr: 10.11.2.1
tun_iface_ip_mask: 255.255.255.0
tap_iface_ip_addr: 10.10.2.1
tap_iface_ip_mask: 255.255.255.0
- role: install-stcp
server_port: 55006
link_start_ip_addr: 192.168.57.26
links_number: 6
ext_iface: ens192
use_auth: no
use_client_logging: yes
run_stcp: no
stcp_level: l3
stcp_mode: tap
stcp_http_srv_port: 15070
tap_iface_ip_addr: 172.16.0.1
tap_iface_ip_mask: 255.255.255.0
- role: install-stcp
server_port: 5000
link_start_ip_addr: 192.168.56.2
links_number: 6
ext_iface: ens192
use_auth: no
use_client_logging: yes
stcp_level: l3
stcp_mode: tun
run_stcp: no
stcp_http_srv_port: 1887
tun_iface_ip_addr: 10.125.0.1
tun_iface_ip_mask: 255.255.255.0

View File

@ -0,0 +1,40 @@
- name: Install fully worked (I hope) STCP server
hosts: "chernov_stcp"
become: yes
roles:
- role: install-stcp
server_port: 5006
link_start_ip_addr: 192.168.56.26
links_number: 8
ext_iface: eth0
use_auth: no
use_client_logging: yes
run_stcp: no
stcp_level: l3
stcp_mode: tuntap
tun_iface_ip_addr: 10.11.1.1
tun_iface_ip_mask: 255.255.255.0
tap_iface_ip_addr: 10.10.1.1
tap_iface_ip_mask: 255.255.255.0
- role: install-stcp
server_port: 5000
link_start_ip_addr: 192.168.56.2
links_number: 6
ext_iface: eth0
use_auth: no
use_client_logging: yes
stcp_level: l3
stcp_mode: tuntap
run_stcp: no
stcp_http_srv_port: 1887
tun_iface_ip_addr: 10.11.0.1
tun_iface_ip_mask: 255.255.255.0
tap_iface_ip_addr: 10.10.0.1
tap_iface_ip_mask: 255.255.255.0