Skip to content
  1. Feb 13, 2017
    • Vladimir Rutsky's avatar
      set "check_mode: no" for read-only "shell" steps that registers result · 09847567
      Vladimir Rutsky authored
      "shell" step doesn't support check mode, which currently leads to failures,
      when Ansible is being run in check mode (because Ansible doesn't run command,
      assuming that command might have effect, and no "rc" or "output" is registered).
      
      Setting "check_mode: no" allows to run those "shell" commands in check mode
      (which is safe, because those shell commands doesn't have side effects).
      09847567
  2. Feb 10, 2017
  3. Feb 09, 2017
  4. Feb 08, 2017
  5. Feb 07, 2017
  6. Feb 06, 2017
  7. Feb 04, 2017
  8. Feb 02, 2017
  9. Jan 31, 2017
  10. Jan 28, 2017
  11. Jan 27, 2017
  12. Jan 26, 2017
  13. Jan 25, 2017
    • Aleksandr Didenko's avatar
      Switch to ansible_hostname in calico · 46c177b9
      Aleksandr Didenko authored
      For consistancy with kubernetes services we should use the same
      hostname for nodes, which is 'ansible_hostname'.
      
      Also fixing missed 'kube-node' in templates, Calico is installed
      on 'k8s-cluster' roles, not only 'kube-node'.
      46c177b9
  14. Jan 23, 2017
Loading