homeserver/friedhof/mgrote_tor_node/tasks/bridge.yml

16 lines
288 B
YAML
Raw Normal View History

---
- name: install obsf packages
become: true
ansible.builtin.package:
name:
- obfs4proxy
state: present
notify: restart tor
- name: templating torrc
become: true
ansible.builtin.template:
src: "bridge_torrc"
dest: "/etc/tor/torrc"
notify: restart tor