开源软件名称(OpenSource Name):roles-ansible/ansible_role_mastodon_scheduler开源软件地址(OpenSource Url):https://github.com/roles-ansible/ansible_role_mastodon_scheduler开源编程语言(OpenSource Language):Jinja 100.0%开源软件介绍(OpenSource Introduction):ansible role mastodon_schedulerAnsible role that can schedule Mastodon toots, created by a python3 script using Mastodon.py. Here you are expected to have a pythonscript ready in a private git repository that can write Mastodon messages. This Ansible role generates an ssh key pair to clone the git repository, installs any python dependencies that are specified, and runs the script as many times as defined via systemd timer.
mastodon_scheduler__user: 'mastodon'
mastodon_scheduler__group: 'mastodon'
mastodon_scheduler__private_repo: false
mastodon_scheduler__version: 'main'
mastodon_scheduler__exec: 'schedule.py'
mastodon_scheduler__pip_packages:
- 'Mastodon.py'
# the default time is every Thursday at 23:42:23
mastodon_scheduler__time: 'Thu *-*-* 23:42:23' |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论