Skip to content
  1. Mar 16, 2020
    • Michael Shnit's avatar
      Add AWS ALB Ingress Controller (#5489) · 29128eb3
      Michael Shnit authored
      * Add AWS ALB Ingress Controller Ansible role
      
      * remove trailing spaces
      
      * update owners
      
      * ALB ingress: update rbac clusterrole and remove role
      
      * Move alb-ingress role to roles/kubernetes-apps/ingress_controller folder
      29128eb3
  2. Feb 14, 2020
  3. Dec 04, 2019
  4. Apr 29, 2019
  5. Apr 23, 2019
    • Justin Chao's avatar
      Update ansible.md (#4599) · 64f48bf8
      Justin Chao authored
      Ansible 2.0 has deprecated the “ssh” from ansible_ssh_host.
      
      Updating the docs to be more aligned with the Ansible version used in the sample/inventory.ini file as well.
      Also adding `[bastion]` group in the docs to avoid confusion.
      64f48bf8
  6. Apr 01, 2019
  7. Oct 26, 2018
  8. Aug 22, 2018
  9. May 22, 2018
  10. Feb 08, 2018
  11. Oct 11, 2017
    • Vijay Katam's avatar
      Rename dns_server, add var for selinux. (#1572) · 27ed73e3
      Vijay Katam authored
      * Rename dns_server to dnsmasq_dns_server so that it includes role prefix
      as the var name is generic and conflicts when integrating with existing ansible automation.
      *  Enable selinux state to be configurable with new var preinstall_selinux_state
      27ed73e3
  12. Jun 21, 2017
  13. Jun 16, 2017
  14. Jun 12, 2017
  15. Apr 28, 2017
  16. Mar 01, 2017
  17. Feb 26, 2017
  18. Feb 23, 2017
  19. Feb 14, 2017
  20. Jan 11, 2017
  21. Jan 09, 2017
  22. Dec 13, 2016
  23. Dec 09, 2016
    • Bogdan Dobrelya's avatar
      Preconfigure DNS stack and docker early · a15d6267
      Bogdan Dobrelya authored
      
      
      In order to enable offline/intranet installation cases:
      * Move DNS/resolvconf configuration to preinstall role. Remove
        skip_dnsmasq_k8s var as not needed anymore.
      
      * Preconfigure DNS stack early, which may be the case when downloading
        artifacts from intranet repositories. Do not configure
        K8s DNS resolvers for hosts /etc/resolv.conf yet early (as they may be
        not existing).
      
      * Reconfigure K8s DNS resolvers for hosts only after kubedns/dnsmasq
        was set up and before K8s apps to be created.
      
      * Move docker install task to early stage as well and unbind it from the
        etcd role's specific install path. Fix external flannel dependency on
        docker role handlers. Also fix the docker restart handlers' steps
        ordering to match the expected sequence (the socket then the service).
      
      * Add default resolver fact, which is
        the cloud provider specific and remove hardcoded GCE resolver.
      
      * Reduce default ndots for hosts /etc/resolv.conf to 2. Multiple search
        domains combined with high ndots values lead to poor performance of
        DNS stack and make ansible workers to fail very often with the
        "Timeout (12s) waiting for privilege escalation prompt:" error.
      
      * Update docs.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      a15d6267
    • Bogdan Dobrelya's avatar
      More granular control for download/upload images/binaries · fd9b2667
      Bogdan Dobrelya authored
      
      
      Add upload tag allow users to exclude distributing images across nodes
      when running with the download tag set.
      Add related tags and update docs as well.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      fd9b2667
    • Bogdan Dobrelya's avatar
      Add tags · 8cc84e13
      Bogdan Dobrelya authored
      
      
      Add tags to allow more granular tasks filtering.
      Add generator script for MD formatted tags found.
      Add docs for tags how-to.
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      8cc84e13
  24. Jul 19, 2016
    • Bogdan Dobrelya's avatar
      Add etcd proxy support · 32cd6e99
      Bogdan Dobrelya authored
      
      
      * Enforce a etcd-proxy role to a k8s-cluster group members. This
      provides an HA layout for all of the k8s cluster internal clients.
      * Proxies to be run on each node in the group as a separate etcd
      instances with a readwrite proxy mode and listen the given endpoint,
      which is either the access_ip:2379 or the localhost:2379.
      * A notion for the 'kube_etcd_multiaccess' is: ignore endpoints and
      loadbalancers and use the etcd members IPs as a comma-separated
      list. Otherwise, clients shall use the local endpoint provided by a
      etcd-proxy instances on each etcd node. A Netwroking plugins always
      use that access mode.
      * Fix apiserver's etcd servers args to use the etcd_access_endpoint.
      * Fix networking plugins flannel/calico to use the etcd_endpoint.
      * Fix name env var for non masters to be set as well.
      * Fix etcd_client_url was not used anywhere and other etcd_* facts
      evaluation was duplicated in a few places.
      * Define proxy modes only in the env file, if not a master. Del
      an automatic proxy mode decisions for etcd nodes in init/unit scripts.
      * Use Wants= instead of Requires= as "This is the recommended way to
      hook start-up of one unit to the start-up of another unit"
      * Make apiserver/calico Wants= etcd-proxy to keep it always up
      
      Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
      Co-authored-by: default avatarMatthew Mosesohn <mmosesohn@mirantis.com>
      32cd6e99
  25. Jul 04, 2016
Loading