initial commit

This commit is contained in:
Peter 2024-10-16 21:13:17 +02:00
commit 6f50de798b
24 changed files with 1082 additions and 0 deletions

View 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 }}"