projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
32c2a20ead38a9cdd9120e1ba6a0853ca2132f54
[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: letsencrypt
10
gather_facts: no
11
roles:
12
- letsencrypt
13
tags: letsencrypt
14
15
- hosts: email
16
gather_facts: no
17
roles:
18
- email
19
tags: email
20
21
- hosts: journalwatch
22
gather_facts: no
23
roles:
24
- journalwatch
25
tags: journalwatch
26
27
- hosts: bind
28
gather_facts: no
29
roles:
30
- bind
31
tags: bind
32
33
- hosts: etherpad
34
gather_facts: no
35
roles:
36
- etherpad
37
tags: etherpad
38
39
- hosts: prosody
40
gather_facts: no
41
roles:
42
- prosody
43
tags: prosody
44
45
- hosts: apache
46
gather_facts: no
47
roles:
48
- apache
49
tags: apache