Skip to content
  1. Dec 27, 2018
  2. Dec 25, 2018
  3. Dec 18, 2018
  4. Dec 11, 2018
  5. Dec 10, 2018
  6. Nov 17, 2018
  7. Nov 07, 2018
  8. Oct 31, 2018
  9. Oct 29, 2018
  10. Oct 24, 2018
  11. Oct 20, 2018
  12. Oct 17, 2018
    • Erwan Miran's avatar
      Fix ansible syntax to avoid ansible warnings (one more) (#3536) · 87193fd2
      Erwan Miran authored
      * warning on meta flush_handlers
      
      * avoid rm
      
      * avoid "Module remote_tmp /root/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually" warning on subsequent tasks using blockinfile
      
      * is match
      87193fd2
  13. Oct 11, 2018
  14. Oct 10, 2018
  15. Sep 26, 2018
  16. Sep 20, 2018
  17. Sep 19, 2018
  18. Aug 14, 2018
  19. Aug 03, 2018
  20. May 11, 2018
    • Matthew Mosesohn's avatar
      refactor vault role (#2733) · 07cc9819
      Matthew Mosesohn authored
      * Move front-proxy-client certs back to kube mount
      
      We want the same CA for all k8s certs
      
      * Refactor vault to use a third party module
      
      The module adds idempotency and reduces some of the repetitive
      logic in the vault role
      
      Requires ansible-modules-hashivault on ansible node and hvac
      on the vault hosts themselves
      
      Add upgrade test scenario
      Remove bootstrap-os tags from tasks
      
      * fix upgrade issues
      
      * improve unseal logic
      
      * specify ca and fix etcd check
      
      * Fix initialization check
      
      bump machine size
      07cc9819
    • woopstar's avatar
      Fix path for pip and python · 7df5edef
      woopstar authored
      7df5edef
  21. May 09, 2018
  22. Apr 26, 2018
  23. Apr 23, 2018
  24. Apr 18, 2018
  25. Apr 11, 2018
  26. Feb 06, 2018
    • Ryan Zenker's avatar
      baremetal tweaks · ad9049a4
      Ryan Zenker authored
      * allow installs to not have hostname overriden with fqdn from inventory
      * calico-config no longer requires local as and will default to global
      * when cloudprovider is not defined, use the inventory_hostname for cni-calico
      * allow reset to not restart network (buggy nodes die with this cmd)
      * default kube_override_hostname to inventory_hostname instead of ansible_hostname
      ad9049a4
  27. Jan 29, 2018
  28. Nov 13, 2017
  29. Nov 06, 2017
  30. Nov 03, 2017
  31. Oct 20, 2017
  32. Oct 18, 2017
  33. Oct 14, 2017
    • abelgana's avatar
      Changre raw execution to use yum module (#1785) · 2972bceb
      abelgana authored
      * Changre raw execution to use yum module
      
      Changed raw exection to use yum module provided by Ansible.
      
      * Replace ansible_ssh_* by ansible_*
      
      Ansible 2.0 has deprecated the “ssh” from ansible_ssh_user, ansible_ssh_host, and ansible_ssh_port to become ansible_user, ansible_host, and ansible_port. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (ansible_ssh_*). These shorter variables are ignored, without warning, in older versions of Ansible.
      
      I am not sure about the broader impact of this change. But I have seen on the requirements the version required is ansible>=2.4.0.
      
      http://docs.ansible.com/ansible/latest/intro_inventory.html
      2972bceb
  34. Oct 05, 2017
  35. Oct 03, 2017
  36. Sep 20, 2017
Loading