Skip to content
Snippets Groups Projects
  1. Mar 07, 2024
  2. Jul 06, 2022
  3. Jun 10, 2022
    • Kenichi Omichi's avatar
      Replace callback_whitelist with callbacks_enabled (#8759) · 024a3ee5
      Kenichi Omichi authored
      When running molecule jobs, we saw the folloing warning message:
      
       [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names
       to new standard, use callbacks_enabled instead. This feature will be removed
       from ansible-core in version 2.15. Deprecation warnings can be disabled by
       setting deprecation_warnings=False in ansible.cfg.
      
      callbacks_enabled has been added since Ansible 2.11 and Kubespray is using
      Ansible 2.12 at master branch. So we can use callbacks_enabled safely to
      avoid the warning message.
      024a3ee5
  4. Jun 09, 2022
  5. Feb 23, 2022
  6. Nov 05, 2021
  7. Feb 19, 2020
  8. Feb 18, 2020
  9. Oct 17, 2019
  10. Jun 10, 2019
  11. Oct 31, 2018
  12. Sep 03, 2018
  13. Aug 17, 2018
  14. Apr 09, 2018
    • Matthew Mosesohn's avatar
      Remove jinja2 dependency of do · f954bc0a
      Matthew Mosesohn authored
      While `do` looks cleaner, forcing this extra option in ansible.cfg
      seems to be more invasive. It would be better to keep the traditional
      approach of `set dummy = ` instead.
      f954bc0a
  15. Mar 30, 2018
  16. Mar 21, 2018
  17. Jan 18, 2018
  18. Oct 27, 2017
  19. Oct 25, 2017
    • Matthew Mosesohn's avatar
      Fix broken CI jobs (#1854) · a52bc44f
      Matthew Mosesohn authored
      * Fix broken CI jobs
      
      Adjust image and image_family scenarios for debian.
      Checkout CI file for upgrades
      
      * add debugging to file download
      
      * Fix download for alternate playbooks
      
      * Update ansible ssh args to force ssh user
      
      * Update sync_container.yml
      a52bc44f
  20. Sep 15, 2017
  21. Sep 08, 2017
  22. Aug 18, 2017
  23. Feb 14, 2017
  24. Jan 27, 2017
  25. Jan 23, 2017
    • David Kirstein's avatar
      add skippy stdout callback · 8009ff85
      David Kirstein authored
      It removes the teal lines when a host is skipped for a task. This makes the output less spammy and much easier to read. Empty TASK blocks are still included in the output, but that's ok.
      8009ff85
  26. Dec 17, 2016
  27. Dec 13, 2016
  28. Oct 25, 2016
  29. Feb 11, 2016
Loading