From 5ed75fee1820e94503fe8216f7862a59f92efc4d Mon Sep 17 00:00:00 2001 From: Charles Guertin Date: Mon, 16 Dec 2024 13:57:12 -0500 Subject: [PATCH] remove --background flag to openvpn --- .github/workflows/ansible-install.yml | 2 +- .github/workflows/ansible-updates.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-install.yml b/.github/workflows/ansible-install.yml index 0719631..2dad1b0 100644 --- a/.github/workflows/ansible-install.yml +++ b/.github/workflows/ansible-install.yml @@ -27,7 +27,7 @@ jobs: echo -n "${{ secrets.VPN_CONFIG }}" | base64 -d > config.ovpn - name: Connect VPN - run: sudo openvpn3 session-start --dco true --config config.ovpn --background + run: sudo openvpn3 session-start --dco true --config config.ovpn - name: Wait for a VPN connection timeout-minutes: 1 diff --git a/.github/workflows/ansible-updates.yml b/.github/workflows/ansible-updates.yml index 11997e6..1d2ed51 100644 --- a/.github/workflows/ansible-updates.yml +++ b/.github/workflows/ansible-updates.yml @@ -26,7 +26,7 @@ jobs: echo -n "${{ secrets.VPN_CONFIG }}" | base64 -d > config.ovpn - name: Connect VPN - run: sudo openvpn3 session-start --dco true --config config.ovpn --background + run: sudo openvpn3 session-start --dco true --config config.ovpn - name: Wait for a VPN connection timeout-minutes: 1 diff --git a/README.md b/README.md index 5ba2033..712ffd9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Build a Kubernetes cluster using k3s via Ansible Author: -test + ## K3s Ansible Playbook Build a Kubernetes cluster using Ansible with k3s. The goal is easily install a Kubernetes cluster on machines running: