diff --git a/playbooks/srvs/optibit-fz.yml b/playbooks/srvs/optibit-fz.yml new file mode 100644 index 0000000..1d70754 --- /dev/null +++ b/playbooks/srvs/optibit-fz.yml @@ -0,0 +1,18 @@ +- name: Install fully worked (I hope) STCP server + hosts: "optibit_fz" + become: yes + + roles: + - role: install-stcp + server_port: 55006 + link_start_ip_addr: 192.168.56.2 + links_number: 6 + ext_iface: eth0 + use_auth: yes + use_client_logging: yes + run_stcp: no + stcp_level: l3 + stcp_mode: tap + + tap_iface_ip_addr: 172.16.0.1 + tap_iface_ip_mask: 255.255.255.0 \ No newline at end of file diff --git a/playbooks/srvs/optibit-stcp-l2.yml b/playbooks/srvs/optibit-stcp-l2.yml new file mode 100644 index 0000000..688a186 --- /dev/null +++ b/playbooks/srvs/optibit-stcp-l2.yml @@ -0,0 +1,20 @@ +- name: Install fully worked (I hope) STCP server + hosts: "optibit_stcpl2" + become: yes + + roles: + - role: install-stcp + server_port: 16006 + link_start_ip_addr: 192.168.56.2 + links_number: 6 + ext_iface: eth0 + use_auth: no + use_client_logging: yes + run_stcp: no + stcp_level: l2 + stcp_mode: tap + + l2_bridge_name: br_l2 + l2_bridge_ipaddr: 10.100.0.1 + l2_bridge_ipmask: 255.255.255.0 + l2_iface: eth1 \ No newline at end of file diff --git a/playbooks/srvs/sisspb.yml b/playbooks/srvs/sisspb.yml new file mode 100644 index 0000000..07bfcae --- /dev/null +++ b/playbooks/srvs/sisspb.yml @@ -0,0 +1,40 @@ +- name: Install fully worked (I hope) STCP server + hosts: "sisspb" + become: yes + + roles: + - role: install-stcp + server_port: 5006 + link_start_ip_addr: 192.168.56.82 + 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: 4998 + link_start_ip_addr: 192.168.56.2 + links_number: 8 + 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 diff --git a/playbooks/srvs/vscale.yml b/playbooks/srvs/vscale.yml new file mode 100644 index 0000000..2d99fc7 --- /dev/null +++ b/playbooks/srvs/vscale.yml @@ -0,0 +1,21 @@ +- name: Install fully worked (I hope) STCP server + hosts: "vscale" + become: yes + + roles: + - role: install-stcp + server_port: 5006 + link_start_ip_addr: 192.168.56.34 + links_number: 8 + ext_iface: eth0 + use_auth: yes + 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 \ No newline at end of file