Install OITC on VPN Hosts
This commit is contained in:
parent
38aa546aaf
commit
4d446e4123
@ -7,7 +7,7 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
- name: Install Wireguard
|
- name: Install OITC-Agent
|
||||||
apt: name={{ item }} state=latest update_cache=yes
|
apt: name={{ item }} state=latest update_cache=yes
|
||||||
with_items:
|
with_items:
|
||||||
- openitcockpit-agent
|
- openitcockpit-agent
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
hosts: supernodes
|
hosts: supernodes
|
||||||
roles:
|
roles:
|
||||||
- 00-ubuntu-basic
|
- 00-ubuntu-basic
|
||||||
|
- 21-install-oitc
|
||||||
|
|
||||||
- name: VPN Offloader Setup
|
- name: VPN Offloader Setup
|
||||||
hosts: vpn-offloader-wireguard
|
hosts: vpn-offloader-wireguard
|
||||||
|
Loading…
Reference in New Issue
Block a user