Ansible role to set up "motivation-bot" telegram bot
Go to file
Felix 9fcb7de43c Initial commit 2022-01-15 15:48:43 +01:00
defaults Initial commit 2022-01-15 15:48:43 +01:00
tasks Initial commit 2022-01-15 15:48:43 +01:00
README.md Initial commit 2022-01-15 15:48:43 +01:00

README.md

Motivation Telegram Bot - ansible role

Deploys Motivation Telegram Bot via ansible.

Settings:

motivationbot_user: "motivationbot"
motivationbot_user_home: "/home/{{ motivationbot_user }}"
motivationbot_repo: "https://git.ix5.org/felix/motivationbot"
# Fill me in!
motivationbot_token: ""
motivationbot_chat_id: ""

(See default/main.yml)

You will also need to put a config.py file with the required captions inside a subfolder called ./files/motivation-bot/ of your current playbook directory.

License

GPLv2