Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
#30 comment out templeton-incremental and permissions service templates
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Aug 11, 2016
1 parent a9d404b commit 54ed269
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions ansible/playbooks/local-services-cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@
src: "templeton-periodic.yaml.j2"
dest: "{{local_cfg_dest}}/templeton-periodic.yaml"

- role: util-cfg-service
service_name_short: "{{templeton_incremental.service_name_short}}"
src: "templeton-incremental.yaml.j2"
dest: "{{local_cfg_dest}}/templeton-incremental.yaml"
# new to dev branch, probably don't need yet
# - role: util-cfg-service
# service_name_short: "{{templeton_incremental.service_name_short}}"
# src: "templeton-incremental.yaml.j2"
# dest: "{{local_cfg_dest}}/templeton-incremental.yaml"

- role: util-cfg-service
src: "ui/de-application.yaml.j2"
Expand Down Expand Up @@ -135,7 +136,8 @@
service_name_short: jobservices
service_cfg_file_name: jobservices.yml

- role: util-cfg-service
service_name_short: "{{permissions.service_name_short}}"
src: "permissions.yaml.j2"
dest: "{{service_conf_dir}}/permissions.yaml"
# permissions appears to be new - check w/ dennis for example group_vars?
# - role: util-cfg-service
# service_name_short: "{{permissions.service_name_short}}"
# src: "permissions.yaml.j2"
# dest: "{{service_conf_dir}}/permissions.yaml"

0 comments on commit 54ed269

Please sign in to comment.