ansible role that sets up a systemd timer to periodically touch a file
Find a file
2019-12-24 04:50:41 -05:00
handlers fix warning by importing systemd-daemon-reload.yml statically 2018-02-26 21:22:28 +01:00
tasks refactor: create service name base once (DRY) 2016-12-11 08:11:10 +01:00
templates initial git commit 2016-01-23 23:03:12 +01:00
README.md 📝 README.md 2019-12-24 04:50:41 -05:00

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'