feat: bye bye scootaloo

This commit is contained in:
VC
2024-07-05 11:53:44 +02:00
parent 82e374cf1b
commit a88434a3b4
6 changed files with 0 additions and 82 deletions

View File

@@ -11,12 +11,6 @@
when: inventory_hostname == 'web2.dmz.mateu.be'
# Scootaloo
- name: Scootaloo config for m.nintendojo.fr
ansible.builtin.include_tasks: scootaloo_config.yml
when: inventory_hostname == 'masto1.dmz.mateu.be'
- name: Scootaloo for Mastodon
ansible.builtin.include_tasks: scootaloo.yml
when: inventory_hostname in groups['rorservers']
- name: Tootctl (docker) for mastodon
ansible.builtin.include_tasks: tootctl_docker.yml
when: inventory_hostname in groups['dockerservers']