iac: make last modifications

This commit is contained in:
tylen 2025-02-22 20:44:33 +00:00 committed by Gitea
parent da6a77eb30
commit 9a0831cbe3
2 changed files with 20 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[workers]
vm-jenkins-100-30 ansible_host=192.168.100.30 ansible_user=tylen
vm-tools-100-55 ansible_host=192.168.100.55 ansible_user=tylen

View File

@ -0,0 +1,18 @@
version: '3.8'
services:
openvpn:
image: openvpn/openvpn-as:latest
container_name: openvpn
cap_add:
- MKNOD
- NET_ADMIN
devices:
- /dev/net/tun
ports:
- "192.168.100.58:943:943"
- "192.168.100.58:443:443"
- "192.168.100.58:1194:1194/udp"
volumes:
- /home/vm-user/remote-apps/openvpn:/openvpn
restart: unless-stopped