Merge pull request 'Add caradoc' (#58) from add_caradoc into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: Aurore/ansible#58
This commit is contained in:
commit
4f66702f15
3 changed files with 3 additions and 2 deletions
1
hosts
1
hosts
|
@ -245,6 +245,7 @@ ps-4-3.borne.auro.re
|
|||
|
||||
[edc_server]
|
||||
perceval.adm.auro.re
|
||||
caradoc.adm.auro.re
|
||||
|
||||
[edc_pve]
|
||||
chapalux.adm.auro.re
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
dest: /etc/apt/preferences.d/borgmatic-bullseye
|
||||
when:
|
||||
- "ansible_distribution == 'Debian'"
|
||||
- "ansible_distribution_major_version in ('stretch', 'buster')"
|
||||
- "ansible_distribution_major_version in ('stretch', 'buster', '9', '10')"
|
||||
|
||||
- name: Install borgmatic
|
||||
apt:
|
||||
|
|
|
@ -50,7 +50,7 @@ groups:
|
|||
node_memory_SwapFree_bytes
|
||||
/ node_memory_SwapTotal_bytes
|
||||
)
|
||||
) * 100 > 10
|
||||
) * 100 >= 20
|
||||
for: 3m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
Loading…
Reference in a new issue