-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathblocky.yml
More file actions
35 lines (27 loc) · 667 Bytes
/
Copy pathblocky.yml
File metadata and controls
35 lines (27 loc) · 667 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
- name: 'Playbook linuxfabrik.lfops.blocky'
hosts:
- 'lfops_blocky'
pre_tasks:
- ansible.builtin.import_role:
name: 'shared'
tasks_from: 'log-start.yml'
tags:
- 'always'
- ansible.builtin.import_role:
name: 'shared'
tasks_from: 'global-variables.yml'
tags:
- 'always'
roles:
- role: 'linuxfabrik.lfops.blocky'
post_tasks:
- ansible.builtin.import_role:
name: 'shared'
tasks_from: 'log-end.yml'
tags:
- 'always'
- ansible.builtin.import_role:
name: 'shared'
tasks_from: 'print-messages.yml'
tags:
- 'always'