2024-09/inventory/hosts.nmap.cache.yml
2024-09-20 15:57:42 +02:00

23 lines
437 B
YAML

---
plugin: community.general.nmap
#strict: False
#ports: False
#ipv4: True
#ipv6: False
address: 192.168.0.0/24
#address: 192.168.50.0/24
#address: 10.128.16.8/24
#address: 80.241.57.126/32
cache: true
cache_connection: ./.cache/inventory
cache_plugin: yaml
cache_prefix: inventory_yaml_
cache_timeout: 30
groups:
nmap_without_hostname: "name|ansible.utils.ipv4"
nmap_debian: "'debian' in name"
nmap_centos: "'centos' in name"