Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. "ansible_eth0": {
  2. "active": true,
  3. "device": "eth0",
  4. "ipv4": {
  5. "address": "10.2.1.3",
  6. "netmask": "255.255.255.0",
  7. "network": "10.2.1.0"
  8. },
  9. "ipv6": [
  10. {
  11. "address": "fe80::94d1:84ff:febf:b71b",
  12. "prefix": "64",
  13. "scope": "link"
  14. }
  15. ],
  16. "macaddress": "96:d1:84:bf:b7:1b",
  17. "mtu": 1500,
  18. "promisc": false,
  19. "type": "ether"
  20. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement