annotate modules/sshkeys_core/spec/default_facts.yml @ 471:65290cb0cec2
Tidy up SSH firewall handling
We can be generic while referencing private values for specific
ports
author |
IBBoard <dev@ibboard.co.uk> |
date |
Sun, 12 May 2024 19:51:53 +0100 |
parents |
750d36241580 |
children |
|
rev |
line source |
388
|
1 # Use default_module_facts.yml for module specific facts.
|
|
2 #
|
|
3 # Facts specified here will override the values provided by rspec-puppet-facts.
|
|
4 ---
|
|
5 ipaddress: "172.16.254.254"
|
|
6 ipaddress6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
|
|
7 is_pe: false
|
|
8 macaddress: "AA:AA:AA:AA:AA:AA"
|