aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/linux.yml
blob: c11daa706ecc3b5c46199e3cb4bc8daecb06d634 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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

---

ansible_become_method: "sudo"

group_root: "root"
user_op: "puffy"

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

os_type: "linux"

remember that computers suck.