Skip to content

Commit

Permalink
Use inheritance vars for directories and links
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Apr 11, 2018
1 parent 4b2bf17 commit 06a4dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions env/test/group_vars/webservers/vars.yml
Expand Up @@ -24,11 +24,11 @@ nginx_configs:
- tacc_protected

# might be better to make a usegalaxy_protected role?
directories:
webservers_group_directories:
- path: /srv/nginx/tacc-protected.galaxyproject.org/root
mode: "0755"

group_files:
webservers_group_files:
- content: |
##
## This file is maintained by Ansible - CHANGES WILL BE OVERWRITTEN
Expand All @@ -43,7 +43,7 @@ group_files:
dest: "/srv/nginx/tacc-protected.galaxyproject.org/root/index.html"
mode: "0444"

group_templates:
webservers_group_templates:
- src: templates/nginx/nginx_galaxy.pam.j2
dest: /etc/pam.d/nginx_galaxy
mode: "0444"
Expand Down

0 comments on commit 06a4dad

Please sign in to comment.