{"body":"{\nFS=\",|\"\ngsub(\",\",\"\") \ngsub(\"'\",\"\")\nfor(line = 1; line <= NF; ++line) {\n    if ($line ~ /^- ip_address:/) {\n        split($line, word, \" \")\n        if (ENVIRON[\"IPV6_ENABLED\"] == \"\" && word[3] ~ /\\./) print word[3]\n        if (ENVIRON[\"IPV6_ENABLED\"] != \"\" && word[3] ~ /:/) print word[3]\n    } else {\n        split($line, word, \" \")\n        for(ind in word) {\n          if (word[ind] ~ /^ip_address=/) {\n                  split(word[ind], token, \"=\")\n                  if (ENVIRON[\"IPV6_ENABLED\"] == \"\" && token[2] ~ /\\./) print token[2]\n                  if (ENVIRON[\"IPV6_ENABLED\"] != \"\" && token[2] ~ /:/) print token[2]\n          }\n        }\n    }\n}\n}","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/PSV7QZwv","modified":1568679113,"id":"PSV7QZwv","size":657,"lines":21,"own_paste":false,"theme":"","date":1568679113}