ansible.utils/tests/integration/targets/utils_netaddr_test/vars/main.yaml

12 lines
175 B
YAML

---
networks:
- "10.0.0.0/8"
- "192.168.1.0/24"
- "172.16.0.0/16"
good_name: www.google.com
bad_name: foo.google.com
ipv4_localhost: "127.0.0.1"
ipv6_localhost: "::1"