aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/linux.yml
blob: 81ffaf19d7ac20495e6877d6e2bd3edacb745e50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# linux ~~ group_vars/linux.yml
# linux family machines

---

_groups:
  - alpine
  - archlinux
  - debian

ansible_become_method: "sudo"

group_root: "root"
user_op: "puffy"

path_wgquick: "/usr/bin/wg-quick"

os_type: "linux"

remember that computers suck.