Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.34 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.34 KB

Ansible Role: Tor

Build Status Ansible Role

This role installs Tor on a RedHat or Debian-based linux system.

Requirements

None.

Dependencies

None.

Role Variables

See defaults/main.yml for all available variables.

Example Playbook

- hosts: servers
  vars_files:
    - vars/main.yml
  roles:
    - noplanman.tor

Inside vars/main.yml:

tor_http_port: "8080"

Tests

Docker is used to test the role with different operating systems.

Check the tests folder.

License

MIT
Forked from https://git.feneas.org/noplanman/ansible-role-tor