Skip to content
  1. Jan 11, 2021
  2. Feb 18, 2020
  3. May 02, 2019
  4. Apr 24, 2019
    • MarkusTeufelberger's avatar
      Define and implement specs for bootstrap-os (#4455) · 76db060a
      MarkusTeufelberger authored
      * Add README to bootstrap-os role
      
      * Rework bootstrap-os once more
      
      * Document workarounds for bugs/deficiencies in Ansible modules
      * Unify and document role variables
      * Remove installation of additional packages and repositories
      * Merge Ubuntu and Debian tasks
      * Remove pipelining setting from default playbooks
      * Fix OpenSUSE not running its required tasks
      76db060a
  5. Feb 12, 2019
    • MarkusTeufelberger's avatar
      bootstrap: rework role (#4045) · e2ad6aad
      MarkusTeufelberger authored
      * bootstrap: rework role
      
      * support being called from a non-root user
      * run some commands in check mode
      * unify spelling/task names
      
      * bootstrap: fix wording of comments for check_mode: false
      
      * bootstrap: remove setup-pipelining task
      e2ad6aad
  6. Jan 12, 2019
  7. Jan 02, 2019
  8. Oct 24, 2018
  9. Oct 20, 2018
  10. Aug 14, 2018
  11. May 11, 2018
  12. May 08, 2018
  13. Apr 18, 2018
  14. Nov 06, 2017
  15. Nov 03, 2017
  16. Oct 05, 2017
  17. Sep 20, 2017
  18. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  19. Apr 03, 2017
  20. Feb 18, 2017
  21. 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
  22. Dec 27, 2016
  23. Dec 09, 2016
  24. Sep 07, 2016
  25. Sep 06, 2016
  26. May 07, 2016
  27. Feb 26, 2016
    • Stig Telfer's avatar
      Provide a non-default hostname for CoreOS systems. · edcd5bf6
      Stig Telfer authored
      A freshly-installed CoreOS system does not always have a hostname configured.
      This causes problems for etcd and BGP mesh configuration for Calico.
      Assign the Ansible inventory name as hostname as part of CoreOS bootstrap,
      if the hostname is the default ("localhost").
      edcd5bf6
  28. Feb 21, 2016
  29. Dec 31, 2015