Add rageshake server
This commit is contained in:
19
roles/custom/matrix-rageshake/tasks/main.yml
Normal file
19
roles/custom/matrix-rageshake/tasks/main.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
- block:
|
||||
- when: matrix_rageshake_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
||||
|
||||
- when: matrix_rageshake_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-rageshake
|
||||
- install-all
|
||||
- install-rageshake
|
||||
|
||||
- block:
|
||||
- when: not matrix_rageshake_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-rageshake
|
Reference in New Issue
Block a user