ansible role that sets up a systemd timer to periodically touch a file
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neingeist 8213f53e6d 📝 README.md 4 years ago
handlers fix warning by importing systemd-daemon-reload.yml statically 6 years ago
tasks refactor: create service name base once (DRY) 7 years ago
templates initial git commit 8 years ago
README.md 📝 README.md 4 years ago

README.md

ansible-role-touch-file

ansible role that sets up a systemd timer to periodically touch a file. this is useful in monitoring, for example if you'd like to check if a certain file gets synchronized.

    - role: touch-file,
      file: '/path/to/the/file-to-be-touched'