Files
community.general/contrib/inventory
Jorge Nerín 3a3e69f830 Fix substituting dots for underscores when using ips (#15578)
ec2.py was substituting the dots on ip addresses when not using hostnames like:
  "ec2": [
    "10_10_1_1", 

now it's:
  "ec2": [
    "10.10.1.1",
2016-04-25 10:22:00 -04:00
..
2016-03-18 16:25:40 +00:00
2015-08-28 09:18:13 +03:00
2015-09-01 17:10:37 +02:00
2015-09-01 17:10:37 +02:00
2015-11-18 14:01:30 -08:00
2015-10-26 17:13:00 -04:00
2016-03-22 20:33:40 -05:00
2016-03-14 16:40:39 -04:00
2016-01-20 15:27:06 -05:00
2015-08-28 10:25:18 +02:00
2015-11-13 21:57:28 -08:00
2015-07-31 14:18:59 +02:00
2015-08-28 09:18:13 +03:00