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

Commit

Permalink
#27 switch to local config
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Apr 19, 2016
1 parent 9d279c5 commit 6a2363a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/playbooks/local-services-cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
- service_config

- name: create the logging directory
file: path={{de_config_dir}}/logging state=directory
file: path={{local_cfg_dest}}/logging state=directory
tags:
- logging_config

- name: create the logstash-forwarder directory
file: path={{de_config_dir}}/logstash-forwarder state=directory
file: path={{local_cfg_dest}}/logstash-forwarder state=directory
tags:
- logging_config

- name: create the nginx config
file: path={{de_config_dir}}/nginx state=directory
file: path={{local_cfg_dest}}/nginx state=directory
tags:
- service_config

Expand Down

0 comments on commit 6a2363a

Please sign in to comment.