-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdesktop.yml
30 lines (30 loc) · 994 Bytes
/
desktop.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
---
- name: 'Desktop playbook'
hosts: 'desktops'
roles:
- role: 'marcwrobel.debian_basics.bootstrap'
tags: ['bootstrap']
- role: 'marcwrobel.debian_basics.etckeeper'
tags: ['etckeeper']
- role: 'marcwrobel.debian_basics.sysctl'
tags: ['sysctl']
- role: 'marcwrobel.debian_basics.root'
tags: ['root', 'user']
- role: 'marcwrobel.debian_basics.apt'
tags: ['apt']
- role: 'marcwrobel.debian_basics.packages'
tags: ['packages']
- role: 'marcwrobel.debian_basics.banner'
tags: ['banner']
- role: 'marcwrobel.debian_basics.sudo'
tags: ['sudo']
- role: 'marcwrobel.debian_basics.git'
tags: ['git']
- role: 'marcwrobel.debian_basics.vim'
tags: ['vim']
- role: 'marcwrobel.debian_basics.openssh_client'
tags: ['openssh', 'ssh']
- role: 'marcwrobel.debian_basics.openssh_server'
tags: ['openssh', 'ssh']
- role: 'marcwrobel.debian_desktop.protonvpn'
tags: ['protonvpn']