♻: move oolatoocs to a dedicated role
This commit is contained in:
14
roles/oolatoocs/templates/oolatoocs.toml.j2
Normal file
14
roles/oolatoocs/templates/oolatoocs.toml.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
[oolatoocs]
|
||||
db_path = "{{ oolatoocs_db_dir }}/db"
|
||||
|
||||
[mastodon]
|
||||
base = "https://m.nintendojo.fr"
|
||||
client_id = "{{ oolatoocs_mastodon_client_id }}"
|
||||
client_secret = "{{ oolatoocs_mastodon_client_secret }}"
|
||||
redirect = "urn:ietf:wg:oauth:2.0:oob"
|
||||
token = "{{ oolatoocs_mastodon_token }}"
|
||||
|
||||
[bluesky]
|
||||
handle = "nintendojofr.bsky.social"
|
||||
password = "{{ oolatoocs_bluesky_password }}"
|
||||
config_path = "{{ oolatoocs_db_dir }}/bsky.json"
|
Reference in New Issue
Block a user