Skip to content

Commit

Permalink
Use YAML syntax as recommended by Ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid authored and nusenu committed Mar 6, 2018
1 parent 1b2f2fa commit f14a4cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ tor_package_state: present
# min entries: 1
# max entries: 2
tor_ports:
- { orport: 9000, dirport: 9001}
- { orport: 9100, dirport: 9101}
- orport: 9000
dirport: 9001
- orport: 9100
dirport: 9101

# Limit the amount of used IP addresses
# Limit the amount of used IP addresses
# by default to 1, this limits the amount
# of generated Tor instances to 2 per host.
# Specifying tor_ips overwrites this limitation.
Expand Down

0 comments on commit f14a4cb

Please sign in to comment.