2021-11-18 16:02:53 +01:00
|
|
|
---
|
2021-12-08 11:06:00 +01:00
|
|
|
- name: install obsf packages
|
2021-11-18 16:02:53 +01:00
|
|
|
become: yes
|
|
|
|
ansible.builtin.package:
|
|
|
|
name:
|
|
|
|
- obfs4proxy
|
|
|
|
state: present
|
|
|
|
notify: restart tor
|
|
|
|
|
|
|
|
- name: templating torrc
|
|
|
|
become: yes
|
|
|
|
ansible.builtin.template:
|
|
|
|
src: "bridge_torrc"
|
|
|
|
dest: "/etc/tor/torrc"
|
|
|
|
notify: restart tor
|