Move haproxy.cfg to haproxy resource templates

This commit is contained in:
Przemyslaw Kaminski 2015-05-22 15:59:38 +02:00
parent 111ef7e5ee
commit 9228dfcb2d
2 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@
tasks:
- file: path={{ config_dir.value['src'] }}/ state=directory
- file: path={{ config_dir.value['src'] }}/haproxy.cfg state=touch
- template: src=/vagrant/haproxy.cfg dest={{ config_dir.value['src'] }}/haproxy.cfg
- template: src={{ resource_dir }}/templates/haproxy.cfg dest={{ config_dir.value['src'] }}/haproxy.cfg