tpotce/cloud/ansible/openstack/roles/custom_hpfeeds/tasks/main.yaml
Sebastian Haderecker 145856960c Use copy module
2019-10-28 10:22:03 +00:00

10 lines
261 B
YAML

- name: Copy hpfeeds configuration file
copy:
src: ../files/hpfeeds.cfg
dest: /data/ews/conf
owner: root
group: root
mode: 0644
- name: Applying hpfeeds settings
command: /opt/tpot/bin/hpfeeds_optin.sh --conf=/data/ews/conf/hpfeeds.cfg