Skip to content

Commit

Permalink
Added variables for folder ownership and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eslerm committed Sep 18, 2018
1 parent 3e60d58 commit 2f9de4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ galaxy_manage_database: yes
galaxy_fetch_dependencies: yes
galaxy_manage_errordocs: no

# Folder ownership and permission variables
galaxy_user: galaxy
galaxy_group: galaxy
galaxy_mode: 0755

# Where to clone Galaxy from. Backwards compatibility with galaxy_git_repo
galaxy_repo: "{{ galaxy_git_repo | default('https://github.com/galaxyproject/galaxy.git') }}"

Expand Down

0 comments on commit 2f9de4a

Please sign in to comment.