https://github.com/zstyblik/ansible-role-rss2irc
Ansible role for rss2irc
https://github.com/zstyblik/ansible-role-rss2irc
ansible-role
Last synced: 4 months ago
JSON representation
Ansible role for rss2irc
- Host: GitHub
- URL: https://github.com/zstyblik/ansible-role-rss2irc
- Owner: zstyblik
- License: mit
- Created: 2024-07-11T12:21:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T17:40:06.000Z (over 1 year ago)
- Last Synced: 2025-03-24T17:52:47.169Z (over 1 year ago)
- Topics: ansible-role
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role rss2irc
Ansible role for configuration and deployment of [rss2irc].
## Requirements
This role does install some packages like `git` and `python3`.
## Role variables
See `defaults/main.yml`.
## Dependencies
There are no extra dependencies as far as Ansible goes. However, note that you
must setup cron jobs by yourself eg. use another Ansible role.
Example cron job setup with [ansible-cron]:
```yaml
---
cron_tasks:
- name: rss2irc
cron_file: rss2irc
day: '*'
hour: '*'
job: '/opt/rss2irc/scripts/rss2irc.sh 1>/dev/null 2>&1'
minute: '*/10'
month: '*'
state: present
user: root
weekday: '*'
```
## License
MIT
[ansible-cron]: https://github.com/weareinteractive/ansible-cron
[rss2irc]: https://github.com/zstyblik/rss2irc