-
Notifications
You must be signed in to change notification settings - Fork 0
/
playbook.yml
59 lines (46 loc) · 995 Bytes
/
playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
- name: Configure Ubuntu-18.04 LTS (Bionic Beaver) settings for Windows Subsystem for Linux 2.
hosts: bionic
tasks:
- import_role:
name: debug
tags: [never, debug]
- import_role:
name: common
tags: common
- import_role:
name: user
tags: user
- import_role:
name: docker
tags: docker
- import_role:
name: ssh
tags: ssh
- import_role:
name: sshfs
tags: sshfs
- import_role:
name: gh
tags: gh
- name: Configure Ubuntu-20.04 LTS (Focal Fossa) settings for Windows Subsystem for Linux 2.
hosts: focal
tasks:
- import_role:
name: debug
tags: [never, debug]
- import_role:
name: common
tags: common
- import_role:
name: user
tags: user
- import_role:
name: ssh
tags: ssh
- import_role:
name: sshfs
tags: sshfs
- import_role:
name: gh
tags: gh