Skip to content
  1. Dec 28, 2022
  2. Oct 07, 2022
  3. Aug 30, 2022
  4. Jun 09, 2022
  5. Jun 06, 2022
  6. May 16, 2022
  7. Apr 07, 2022
  8. Mar 30, 2022
  9. Feb 28, 2022
  10. Jan 22, 2022
  11. Dec 03, 2021
  12. Nov 05, 2021
  13. Oct 27, 2021
  14. Sep 28, 2021
  15. Sep 02, 2021
  16. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      7516fe14
  17. Jul 01, 2021
  18. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      360aff4a
  19. Apr 26, 2021
  20. Mar 24, 2021
  21. Dec 03, 2020
  22. Jun 24, 2020
  23. Apr 24, 2020
    • Sergey's avatar
      add strategy mitogen_linear when installed mitogen (#5985) · 69603aed
      Sergey authored
      * add strategy mitogen_linear when installed mitogen
      
      * add small docs
      
      Rename playbook file
      
      The raw action executes as a regular Mitogen connection, which requires Python on the target, so add strategy: linear to bootstrap-os role playbook.
      
      * add mitogen to  CI test
      fix typo
      
      * enable mitogen test on deploy-part1 tests
      change version from master to release
      download tar.gz archive
      
      * run all CI tests with mitogen
      
      * disable mitogen with upgrade CI tests
      
      * enable mitogen on CI tests via env vars
      
      * disable mitogen on CI test by default, enable on some different OS
      
      * disable mitogen CI test on centos8
      (get error  /usr/bin/python: No such file or directory)
      69603aed
  24. 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
  25. Feb 14, 2020
  26. Dec 04, 2019
  27. Apr 29, 2019
  28. 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
  29. Apr 01, 2019
  30. Oct 26, 2018
  31. Aug 22, 2018
  32. May 22, 2018
  33. Feb 08, 2018
  34. 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
  35. Jun 21, 2017
  36. Jun 16, 2017
  37. Jun 12, 2017
  38. Apr 28, 2017
  39. Mar 01, 2017
  40. Feb 26, 2017
Loading