8 lines
457 B
YAML
8 lines
457 B
YAML
|
|
# I prefer not to share the list of admins in a public repo, so refer to passwords...
|
||
|
|
# The format for the ssh ranges is as follows:
|
||
|
|
# - name: The name that is in a comment in the generated file. Not used anywhere else
|
||
|
|
# type: ipv4 # or ipv6
|
||
|
|
# range: 10.10.10.10/32 # The range, MUST be a valid range, not an ip address, ie there must be a / and the netmask
|
||
|
|
|
||
|
|
firewall_ssh_ranges: "{{ lookup('file', 'passwords/firewall_ssh_ranges.yml') | from_yaml }}"
|