Update folder naming

This commit is contained in:
Sebastian Haderecker
2019-06-29 21:04:45 +00:00
parent 2a4128d77c
commit 7a5a732ece
22 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,13 @@
- name: Copy ews configuration file
template:
src: ../templates/ews.cfg
dest: /data/ews/conf
owner: root
group: root
mode: 0644
- name: Patching tpot.yml with custom ews configuration file
lineinfile:
path: /opt/tpot/etc/tpot.yml
insertafter: '/opt/ewsposter/ews.ip'
line: ' - /data/ews/conf/ews.cfg:/opt/ewsposter/ews.cfg'