aboutsummaryrefslogblamecommitdiffstats
path: root/roles/setup_wireguard/tasks/main.yml
blob: 2231ce453f677402f01e8f51c57d89be430c712f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                  

# =========================================================================== #
#                   __                   _                                      __
#       _________  / /__       _      __(_)_______  ____ ___  ______ __________/ /
#      / ___/ __ \/ / _ \     | | /| / / / ___/ _ \/ __ `/ / / / __ `/ ___/ __  / 
#     / /  / /_/ / /  __/     | |/ |/ / / /  /  __/ /_/ / /_/ / /_/ / /  / /_/ /  
#    /_/   \____/_/\___(_)    |__/|__/_/_/   \___/\__, /\__,_/\__,_/_/   \__,_/   
#                                                /____/
#
# =========================================================================== #

---
- name: Check installation for wireguard
  package:
    name: wireguard-go wireguard-tools
    state: present
  when: "'-DC-' in inventory_hostname"

remember that computers suck.