Skip to content
Snippets Groups Projects
  1. Nov 11, 2021
    • Cristian Calin's avatar
      Exercise multiple ansible versions in CI (#8172) · 0d0468e1
      Cristian Calin authored
      * Ansible: separate requirements files for supported ansible versions
      
      * Ansible: allow using ansible 2.11
      
      * CI: Exercise Ansible 2.9 and Ansible 2.11 in a basic AIO CI job
      
      * CI: Allow running a reset test outside of idempotency tests and running it in stage1
      
      * CI: move ubuntu18-calico-aio job to stage2 and relay only on ubuntu20 with the variously supported ansible versions for stage1
      
      * CI: add capability to install collections or roles from ansible-galaxy to mitigate missing behavior in older ansible versions
      0d0468e1
  2. 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
  3. Aug 04, 2020
  4. Apr 01, 2020
  5. Mar 14, 2020
  6. Dec 17, 2019
  7. May 20, 2019
    • marcstreeter's avatar
      updated pinning to prevent breaking changes (#4783) · 872b37f7
      marcstreeter authored
      * updated ansible pinning to prevent more possibilities of breaking changes
      
      * more exact pinning of ansible version
      
      * more exact pinning of ansible version and also all the rest
      
      * added testing requirements.txt pinning settings
      
      * removed boto from testing requirements.txt
      872b37f7
  8. Apr 17, 2019
  9. Apr 10, 2019
    • MarkusTeufelberger's avatar
      Add Ansible-lint CI step (#4411) · d2a1ac3b
      MarkusTeufelberger authored
      * Add ansible-lint as gitlab-ci step
      
      * Fix jinja2 syntax in include_tasks that breaks ansible-lint
      
      * Use a block scalar to get around gitlab quoting/escaping rules
      
      * Run ansible-lint in verbose mode in CI
      d2a1ac3b
  10. Feb 12, 2018
  11. Oct 05, 2017
  12. 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
Loading