15 lines
526 B
YAML
15 lines
526 B
YAML
---
|
|
|
|
- name: WP for NintendojoFR
|
|
ansible.builtin.include_tasks: wp_dojo.yml
|
|
when: inventory_hostname == 'web2.dmz.mateu.be'
|
|
- name: WP dev for NintendojoFR
|
|
ansible.builtin.include_tasks: wpdev_dojo.yml
|
|
when: inventory_hostname == 'web2.dmz.mateu.be'
|
|
- name: Oolatoocs for NintendojoFR
|
|
ansible.builtin.include_tasks: oolatoocs.yml
|
|
when: inventory_hostname in groups['mastodonservers']
|
|
- name: Tootctl for mastodon
|
|
ansible.builtin.include_tasks: tootctl.yml
|
|
when: inventory_hostname in groups['mastodonservers']
|