initial commit
This commit is contained in:
commit
6f50de798b
24 changed files with 1082 additions and 0 deletions
7
group_vars/all/firewall.yml
Normal file
7
group_vars/all/firewall.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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 }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue