Skip to content
  1. Jul 14, 2016
  2. Jul 12, 2016
  3. Jul 08, 2016
  4. Jul 06, 2016
  5. Jul 05, 2016
  6. Jul 03, 2016
  7. Jun 29, 2016
  8. May 31, 2016
  9. May 23, 2016
  10. May 12, 2016
  11. Apr 20, 2016
  12. Apr 11, 2016
  13. Apr 05, 2016
  14. Mar 29, 2016
  15. Mar 22, 2016
  16. Mar 21, 2016
  17. Feb 29, 2016
  18. Feb 25, 2016
  19. Feb 21, 2016
  20. Feb 18, 2016
  21. Feb 13, 2016
  22. Feb 10, 2016
  23. Feb 09, 2016
  24. Jan 28, 2016
    • Greg Althaus's avatar
      Add variables and defaults for multiple types of ip addresses. · bedcca92
      Greg Althaus authored
      Each node can have 3 IPs.
      1. ansible_default_ip4 - whatever ansible things is the first IPv4 address
         usually with the default gw.
      2. ip - An address to use on the local node to bind listeners and do local
         communication.  For example, Vagrant boxes have a first address that is the
         NAT bridge and is common for all nodes.  The second address/interface should
         be used.
      3. access_ip - An address to use for node-to-node access.  This is assumed to
         be used by other nodes to access the node and may not be actually assigned
         on the node.  For example, AWS public ip that is not assigned to node.
      
      This updates the places addresses are used to use either ip or access_ip and walk
      up the list to find an address.
      bedcca92
  25. Jan 26, 2016
  26. Jan 25, 2016
  27. Jan 23, 2016
  28. Jan 22, 2016
  29. Jan 19, 2016
Loading