This repository has been archived on 2020-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-tor/tasks/main.yml

11 lines
244 B
YAML
Raw Permalink Normal View History

2020-04-16 18:34:42 +00:00
- name: Copy configuration files
loop:
- { src: 'torrc.j2', dest: '/etc/tor/torrc' }
2020-04-16 18:34:42 +00:00
template:
follow: yes
src: '{{ item.src }}'
dest: '{{ item.dest }}'
notify: Run service actions
2020-04-16 18:34:42 +00:00
tags:
- config