Created
March 16, 2018 15:18
-
-
Save metabsd/7917ad9b0bc6acb025b5bda137073eb7 to your computer and use it in GitHub Desktop.
First version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Monitoring Disk Usage | |
vars: | |
fstype: | |
- xfs | |
- ext4 | |
- ext3 | |
debug: msg="Adding Monitoring to {{ item.mount }}" | |
with_items: ansible_mounts | |
when: fstype in item.fstype |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment