-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplaybook.yml
More file actions
43 lines (43 loc) · 721 Bytes
/
Copy pathplaybook.yml
File metadata and controls
43 lines (43 loc) · 721 Bytes
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
---
- name: "RaspberryPi-Setup"
hosts: "RaspberryPi"
gather_facts: true
become: true
become_user: "{{ lookup('env', 'USER') }}"
roles:
- role: "ap"
tags:
- ap
- role: "containers"
tags:
- containers
- role: "display"
tags:
- display
- never
- role: "docker"
tags:
- docker
- role: "jackit"
tags:
- jackit
- never
- role: "tor"
tags:
- tor
- role: "rfid"
tags:
- rfid
- role: "sdr"
tags:
- sdr
- role: "standard"
tags:
- standard
- std
- role: "web"
tags:
- web
- role: "wifi"
tags:
- wifi