First commit
This commit is contained in:
18
roles/webapps/tasks/main.yml
Normal file
18
roles/webapps/tasks/main.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
- name: include ttrss for web1
|
||||
include_tasks: ttrss.yml
|
||||
when: inventory_hostname == 'web1.dmz.mateu.be'
|
||||
- name: include php flag for NextCloud
|
||||
include_tasks: nextcloud.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: feed2toot for Mastodon
|
||||
include_tasks: feed2toot.yml
|
||||
when: inventory_hostname == 'ror.dmz.mateu.be'
|
||||
- name: tootctl for mastodon
|
||||
include_tasks: tootctl.yml
|
||||
when: inventory_hostname == 'ror.dmz.mateu.be'
|
Reference in New Issue
Block a user