tpotce/cloud/ansible/openstack/roles/custom_ews/tasks/main.yaml
Sebastian Haderecker b014f73045 Use FQCNs
2021-02-13 17:46:28 +01:00

13 lines
384 B
YAML

- name: Copy ews configuration file
ansible.builtin.template:
src: ews.cfg
dest: /data/ews/conf
owner: root
group: root
mode: 0644
- name: Patching tpot.yml with custom ews configuration file
ansible.builtin.lineinfile:
path: /opt/tpot/etc/tpot.yml
insertafter: "/opt/ewsposter/ews.ip"
line: " - /data/ews/conf/ews.cfg:/opt/ewsposter/ews.cfg"