Ansible does not seem to be setting a fact for the broadcast address on 
eth0 when pulling facts from a mint 16 linux host.
It gets a lot of other stuff: EG

        }, 
        "ansible_default_ipv4": {
            "address": "10.25.26.2", 
            "alias": "eth0", 
            "gateway": "10.25.26.1", 
            "interface": "eth0", 
            "macaddress": "f8:b1:56:cb:3e:47", 
            "mtu": 1500, 
            "netmask": "255.255.254.0", 
            "network": "10.25.26.0", 
            "type": "ether"
        }, 
      
Why no broadcast address?

I know I can compute the broadcast address from the netmask and network 
entries, but that seems rather difficult. In fact, I cannot work out how to 
do it without a callout to a local script.

Any ideas welcome on either solution really.

BTW, new ansible user here.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d8186a84-275f-4bc7-8819-b95ebfb5b630%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to