Skip to content
Snippets Groups Projects
main.yml 828 B
Newer Older
Remy Mudingay's avatar
Remy Mudingay committed
---
tinyproxy_log_level: Info

tinyproxy_maxclients: 100
tinyproxy_minspare_servers: 5
tinyproxy_maxspare_servers: 10
tinyproxy_startservers: 10
tinyproxy_maxrequest: 0

tinyproxy_allowed_subnets: []
#    - 0.0.0.0
tinyproxy_denied_subnets: []

tinyproxy_listen_addresses:
    - 0.0.0.0
tinyproxy_port: 8888

tinyproxy_upstream_proxies: []

tinyproxy_connect_ports: []

tinyproxy_urls: []

tinyproxy_filtering:
    filter: "/etc/tinyproxy/filter"
    urls: "On"
    extended: "On"
    default_deny: "On"
    case_sensitive: "Off"

epel_repo_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
epel_repo_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
epel_repofile_path: "/etc/yum.repos.d/epel.repo"