Merge pull request 'Add caradoc' (#58) from add_caradoc into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: Aurore/ansible#58
pull/59/head
jeltz 3 years ago
commit 4f66702f15

@ -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…
Cancel
Save