https://github.com/nikkicoon/json_crontab_to_ansible
json (`cat crontab | jq --crontab -p`) to ansible cron output
https://github.com/nikkicoon/json_crontab_to_ansible
ansible crontab jq json
Last synced: 2 months ago
JSON representation
json (`cat crontab | jq --crontab -p`) to ansible cron output
- Host: GitHub
- URL: https://github.com/nikkicoon/json_crontab_to_ansible
- Owner: nikkicoon
- License: bsd-2-clause
- Created: 2025-07-03T15:32:12.000Z (about 1 year ago)
- Default Branch: default
- Last Pushed: 2025-07-16T08:51:54.000Z (12 months ago)
- Last Synced: 2026-05-03T21:34:57.251Z (2 months ago)
- Topics: ansible, crontab, jq, json
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Short script to convert the output of `cat /etc/crontab | jq --crontab -p` to an output consumable by ansible.builtin.cron.