Add commands to get Mullvad SUCCESSFULLY working on Artixgit add tasks/workstation/linux/software/vpn.yml :D
This commit is contained in:
@@ -26,6 +26,14 @@
|
||||
- mullvad-vpn
|
||||
state: present
|
||||
|
||||
- name: Workstation | Software | VPN | Install (Artix, runit)
|
||||
package:
|
||||
name:
|
||||
- mullvad-vpn-runit
|
||||
state: present
|
||||
when: ansible_distribution == "Artix"
|
||||
and ansible_service_mgr == "runit"
|
||||
|
||||
- name: Workstation | Software | VPN | Mullvad | Symlink GUI
|
||||
ansible.builtin.file:
|
||||
src: "/opt/Mullvad VPN/mullvad-vpn"
|
||||
@@ -33,6 +41,13 @@
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Workstation | Software | VPN | Mullvad | Enable (Artix, runit)
|
||||
ansible.builtin.file:
|
||||
src: "/etc/runit/sv/mullvad-daemon"
|
||||
dest: "/run/runit/services/mullvad"
|
||||
state: link
|
||||
force: true
|
||||
|
||||
when: ansible_distribution in ("Debian", "Ubuntu", "Arch", "Artix")
|
||||
|
||||
# TBD: VPNs for distros like Devuan.
|
||||
|
||||
Reference in New Issue
Block a user