Skip to content
Snippets Groups Projects
  1. Feb 09, 2016
  2. 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
  3. Jan 23, 2016
  4. Jan 04, 2016
  5. Dec 31, 2015
  6. Dec 30, 2015
  7. Dec 17, 2015
  8. Dec 15, 2015
  9. Dec 14, 2015
  10. Dec 12, 2015
  11. Nov 22, 2015
  12. Nov 20, 2015
  13. Nov 19, 2015
  14. Nov 17, 2015
  15. Nov 01, 2015
  16. Oct 27, 2015
  17. Oct 13, 2015
  18. Oct 04, 2015
Loading