projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
74658bfd449820aa4aa44ea7c11826fa5af02238
[ansible.git]
/
site.yml
1
- hosts: all
2
gather_facts: no
3
pre_tasks:
4
- setup:
5
roles:
6
- base
7
tags: base
8
9
- hosts: unbound
10
gather_facts: no
11
roles:
12
- unbound
13
tags: unbound
14
15
- hosts: letsencrypt
16
gather_facts: no
17
roles:
18
- letsencrypt
19
tags: letsencrypt
20
21
- hosts: email
22
gather_facts: no
23
roles:
24
- email
25
tags: email
26
27
- hosts: journalwatch
28
gather_facts: no
29
roles:
30
- journalwatch
31
tags: journalwatch
32
33
- hosts: bind
34
gather_facts: no
35
roles:
36
- bind
37
tags: bind
38
39
- hosts: etherpad
40
gather_facts: no
41
roles:
42
- etherpad
43
tags: etherpad
44
45
- hosts: prosody
46
gather_facts: no
47
roles:
48
- prosody
49
tags: prosody
50
51
- hosts: apache
52
gather_facts: no
53
roles:
54
- apache
55
tags: apache