updated server specific playbooks
This commit is contained in:
parent
e72339a124
commit
8392db3a47
|
|
@ -25,12 +25,12 @@
|
||||||
link_start_ip_addr: 192.168.56.26
|
link_start_ip_addr: 192.168.56.26
|
||||||
links_number: 6
|
links_number: 6
|
||||||
ext_iface: ens192
|
ext_iface: ens192
|
||||||
use_auth: yes
|
use_auth: no
|
||||||
use_client_logging: yes
|
use_client_logging: yes
|
||||||
run_stcp: no
|
run_stcp: no
|
||||||
stcp_level: l3
|
stcp_level: l3
|
||||||
stcp_mode: tuntap
|
stcp_mode: tuntap
|
||||||
stcp_http_srv_port: 15069
|
stcp_http_srv_port: 1889
|
||||||
|
|
||||||
tun_iface_ip_addr: 10.11.2.1
|
tun_iface_ip_addr: 10.11.2.1
|
||||||
tun_iface_ip_mask: 255.255.255.0
|
tun_iface_ip_mask: 255.255.255.0
|
||||||
|
|
@ -60,11 +60,25 @@
|
||||||
ext_iface: ens192
|
ext_iface: ens192
|
||||||
use_auth: no
|
use_auth: no
|
||||||
use_client_logging: yes
|
use_client_logging: yes
|
||||||
|
|
||||||
stcp_level: l3
|
stcp_level: l3
|
||||||
stcp_mode: tun
|
stcp_mode: tun
|
||||||
run_stcp: no
|
run_stcp: no
|
||||||
stcp_http_srv_port: 1887
|
stcp_http_srv_port: 1887
|
||||||
|
|
||||||
tun_iface_ip_addr: 10.125.0.1
|
tun_iface_ip_addr: 10.125.0.1
|
||||||
|
tun_iface_ip_mask: 255.255.255.0
|
||||||
|
|
||||||
|
- role: install-stcp
|
||||||
|
server_port: 50006
|
||||||
|
link_start_ip_addr: 192.168.58.26
|
||||||
|
links_number: 8
|
||||||
|
ext_iface: ens192
|
||||||
|
use_auth: yes
|
||||||
|
use_client_logging: yes
|
||||||
|
run_stcp: no
|
||||||
|
stcp_level: l3
|
||||||
|
stcp_mode: tun
|
||||||
|
stcp_http_srv_port: 15071
|
||||||
|
|
||||||
|
tun_iface_ip_addr: 10.20.0.1
|
||||||
tun_iface_ip_mask: 255.255.255.0
|
tun_iface_ip_mask: 255.255.255.0
|
||||||
|
|
@ -3,10 +3,25 @@
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- role: install-stcp
|
||||||
|
server_port: 5012
|
||||||
|
link_start_ip_addr: 192.168.56.50
|
||||||
|
links_number: 6
|
||||||
|
ext_iface: eth0
|
||||||
|
use_auth: no
|
||||||
|
use_client_logging: yes
|
||||||
|
run_stcp: no
|
||||||
|
stcp_level: l3
|
||||||
|
stcp_mode: tun
|
||||||
|
stcp_http_srv_port: 1889
|
||||||
|
|
||||||
|
tun_iface_ip_addr: 10.11.2.1
|
||||||
|
tun_iface_ip_mask: 255.255.255.0
|
||||||
|
|
||||||
- role: install-stcp
|
- role: install-stcp
|
||||||
server_port: 5006
|
server_port: 5006
|
||||||
link_start_ip_addr: 192.168.56.26
|
link_start_ip_addr: 192.168.56.26
|
||||||
links_number: 8
|
links_number: 6
|
||||||
ext_iface: eth0
|
ext_iface: eth0
|
||||||
use_auth: no
|
use_auth: no
|
||||||
use_client_logging: yes
|
use_client_logging: yes
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
roles:
|
roles:
|
||||||
- role: install-stcp
|
- role: install-stcp
|
||||||
server_port: 5006
|
server_port: 5006
|
||||||
link_start_ip_addr: 192.168.56.82
|
link_start_ip_addr: 192.168.56.34
|
||||||
links_number: 8
|
links_number: 6
|
||||||
ext_iface: eth0
|
ext_iface: eth0
|
||||||
use_auth: no
|
use_auth: no
|
||||||
use_client_logging: yes
|
use_client_logging: yes
|
||||||
|
|
@ -38,3 +38,36 @@
|
||||||
|
|
||||||
tap_iface_ip_addr: 10.10.0.1
|
tap_iface_ip_addr: 10.10.0.1
|
||||||
tap_iface_ip_mask: 255.255.255.0
|
tap_iface_ip_mask: 255.255.255.0
|
||||||
|
|
||||||
|
- role: install-stcp
|
||||||
|
server_port: 5012
|
||||||
|
link_start_ip_addr: 192.168.56.58
|
||||||
|
links_number: 6
|
||||||
|
ext_iface: eth0
|
||||||
|
use_auth: no
|
||||||
|
use_client_logging: yes
|
||||||
|
run_stcp: no
|
||||||
|
stcp_level: l3
|
||||||
|
stcp_mode: tuntap
|
||||||
|
stcp_http_srv_port: 1889
|
||||||
|
|
||||||
|
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: 50006
|
||||||
|
link_start_ip_addr: 192.168.58.26
|
||||||
|
links_number: 8
|
||||||
|
ext_iface: eth0
|
||||||
|
use_auth: yes
|
||||||
|
use_client_logging: yes
|
||||||
|
run_stcp: no
|
||||||
|
stcp_level: l3
|
||||||
|
stcp_mode: tun
|
||||||
|
stcp_http_srv_port: 15071
|
||||||
|
|
||||||
|
tun_iface_ip_addr: 10.20.0.1
|
||||||
|
tun_iface_ip_mask: 255.255.255.0
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
- name: Install fully worked (I hope) STCP server
|
||||||
|
hosts: telediskont
|
||||||
|
become: yes
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- role: install-stcp
|
||||||
|
server_port: 5006
|
||||||
|
link_start_ip_addr: 192.168.56.2
|
||||||
|
links_number: 6
|
||||||
|
ext_iface: ens160
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue