Code Review
/
policy
/
drools-applications.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
50af17af641c975630903521e39a28eb47fe5a35
[policy/drools-applications.git]
/
1
guard:
2
version: 2.0.0
3
4
guards:
5
- id: unique_guard_vUSP_1_Blacklist
6
name: APPC Restart Blacklist
7
description: |
8
We deny restart of the blacklisted targets (avoid midnight to 5am)
9
actor: APPC
10
recipe: Restart
11
limit_constraints:
12
- blacklist:
13
- server123
14
- server2234
15
- vserver.vserver-name22
16
- aaabbbccc
17
- foobartriggersource35
18
time_in_range:
19
arg2: 00:00:00-05:00
20
arg3: 23:59:59-05:00
21
22
23
24
25
26