Skip to content
  • Dan Bode's avatar
    eec2ed58
    Allow etcd_access_addresses to be more flexible · eec2ed58
    Dan Bode authored
    The variale etcd_access_addresses is used to determine
    how to address communication from other roles to
    the etcd cluster.
    
    It was set to the address that ansible uses to
    connect to instance ({{ item }})s and not the
    the variable:
      ip_access
    which had already been created and could already
    be overridden through the access_ip variable.
    
    This change allows ansible to connect to a machine using
    a different address than the one used to access etcd.
    eec2ed58
    Allow etcd_access_addresses to be more flexible
    Dan Bode authored
    The variale etcd_access_addresses is used to determine
    how to address communication from other roles to
    the etcd cluster.
    
    It was set to the address that ansible uses to
    connect to instance ({{ item }})s and not the
    the variable:
      ip_access
    which had already been created and could already
    be overridden through the access_ip variable.
    
    This change allows ansible to connect to a machine using
    a different address than the one used to access etcd.
Loading