23 lines
437 B
YAML
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.17.0/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"
|
|
|