♻: move mastodon cron to mastodon role
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
mastodon_home: "/srv/mastodon"
|
|
@@ -62,3 +62,6 @@
|
|||||||
|
|
||||||
- name: Install mastodon
|
- name: Install mastodon
|
||||||
ansible.builtin.include_tasks: mastodon.yml
|
ansible.builtin.include_tasks: mastodon.yml
|
||||||
|
|
||||||
|
- name: Install tootctl cron
|
||||||
|
ansible.builtin.include_tasks: cron.yml
|
||||||
|
@@ -9,3 +9,5 @@ mastodon_yarn_key_url: "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|||||||
mastodon_yarn_key_path: "/usr/share/keyrings/yarnkey.gpg"
|
mastodon_yarn_key_path: "/usr/share/keyrings/yarnkey.gpg"
|
||||||
|
|
||||||
mastodon_ruby_version: "3.3.5"
|
mastodon_ruby_version: "3.3.5"
|
||||||
|
|
||||||
|
mastodon_home: "/srv/mastodon"
|
||||||
|
@@ -9,6 +9,3 @@
|
|||||||
- name: Oolatoocs for NintendojoFR
|
- name: Oolatoocs for NintendojoFR
|
||||||
ansible.builtin.include_tasks: oolatoocs.yml
|
ansible.builtin.include_tasks: oolatoocs.yml
|
||||||
when: inventory_hostname in groups['mastodonservers']
|
when: inventory_hostname in groups['mastodonservers']
|
||||||
- name: Tootctl for mastodon
|
|
||||||
ansible.builtin.include_tasks: tootctl.yml
|
|
||||||
when: inventory_hostname in groups['mastodonservers']
|
|
||||||
|
Reference in New Issue
Block a user