Initial commit
This commit is contained in:
7
memtest.yml
Normal file
7
memtest.yml
Normal 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"
|
||||
Reference in New Issue
Block a user