Files
ansible/roles/webapps/tasks/main.yml
2024-07-05 11:53:26 +02:00

21 lines
685 B
YAML

---
- name: include ttrss for web1
include_tasks: ttrss.yml
when: inventory_hostname == 'web1.dmz.mateu.be'
- name: include matomo for web2
include_tasks: matomo.yml
when: inventory_hostname == 'web2.dmz.mateu.be'
- name: WP for NintendojoFR
include_tasks: wp_dojo.yml
when: inventory_hostname == 'web2.dmz.mateu.be'
- name: Scootaloo for Mastodon
include_tasks: scootaloo.yml
when: inventory_hostname in groups['rorservers']
- name: Scootaloo config for m.nintendojo.fr
include_tasks: scootaloo_config.yml
when: inventory_hostname == 'ror1.dmz.mateu.be'
- name: tootctl for mastodon
include_tasks: tootctl.yml
when: inventory_hostname in groups['rorservers']