-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmain.yml
More file actions
32 lines (29 loc) · 852 Bytes
/
main.yml
File metadata and controls
32 lines (29 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
# -----
# Copyright 2017 Sequencing Analysis Support Core - Leiden University Medical Center
# Contact us at: sasc@lumc.nl
#
# This file is part of galaxy-launcher.
#
# galaxy-launcher is free software: you can redistribute it
# and/or modify it under the terms of the MIT License (Expat) as
# published by the Open Source initiative.
#
# You should have received a copy of the MIT License (Expat)
# along with galaxy-launcher. If not, see
# <https://opensource.org/licenses/MIT>.
# .....
# Playbook that contains all roles.
- hosts: "{{ host }}"
become: "{{ galaxy_docker_run_privileged }}"
become_method: sudo
become_user: root
gather_facts: yes
pre_tasks:
- name: Include run variables
include_vars:
file: "run/{{item}}.yml"
with_items:
- "{{run | default('[]')}}"
roles:
- role: galaxy-docker