Initial commit

This commit is contained in:
2022-06-26 19:46:33 +02:00
commit 818d34657c
106 changed files with 1390 additions and 0 deletions

7
memtest.yml Normal file
View File

@@ -0,0 +1,7 @@
- name: Kör ett kommando om mer än 1500 mb ledigt minne
hosts: ankeborg
tasks:
- name: Kör echo
when: ansible_memfree_mb >= 1500
command:
cmd: echo "Bara ett test"