- Jun 09, 2022
-
-
Kenichi Omichi authored
Ansible v2.9 and v2.10 are EOL as [1]. This drops those version supports by following the upstream Ansible. This sets use_ssh_args true always because that is required to use ssh_args on ansible.cfg on Ansible v2.11 or later[2]. ansible_ssh_host is replaced with ansible_host because ansible_ssh_host has been deprecated already and cenots7 jobs were failed due to the deprecated ansible_ssh_host. [1]: https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-changelogs [2]: https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html#parameter-use_ssh_args
-
- Feb 23, 2022
-
-
Cristian Calin authored
-
- Nov 05, 2021
-
-
Cristian Calin authored
-
- Feb 19, 2020
-
-
Lovro Seder authored
Replace deprecated callback plugin `skippy` with `default`, which also supports ignoring skipped hosts.
-
- Feb 18, 2020
-
-
MarkusTeufelberger authored
Sets a 2 hour timeout value for facts caching.
-
- Oct 17, 2019
-
-
Sean Sube authored
-
- Jun 10, 2019
-
-
Aivars Sterns authored
-
- Oct 31, 2018
-
-
Antoine Legrand authored
-
- Sep 03, 2018
-
-
Erwan Miran authored
-
- Aug 17, 2018
-
-
hoatle authored
To avoid warning message when artifacts is generated within the inventory directory
-
- Apr 09, 2018
-
-
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.
-
- Mar 30, 2018
-
-
Spencer Smith authored
-
- Mar 21, 2018
-
-
mirwan authored
Addition of the .creds extension to the credentials files generated by password lookup in order for Ansible not to consider them as inventory files with inventory_ignore_extensions set accordingly (#2446)
-
- Jan 18, 2018
-
-
Bogdan Dobrelya authored
* Update rpm spec and pbr setup configs * Rename package to kubespray * Do not break Fedora's FHS and install to /usr/share instead * Remove the vendor tag * Update source0 for better artifacts' names * Fix missing files build errors * Make version/release to auto match from git and fit PEP 440 Co-authored-by:
Matthias Runge <mrunge@redhat.com> Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru> * Add package paths to roles search in ansible conf Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru> * Poke jinja2 requirements in rpm spec file Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Oct 27, 2017
-
-
Aivars Sterns authored
-
- Oct 25, 2017
-
-
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
-
- Sep 15, 2017
-
-
Matthew Mosesohn authored
Also update to ansible 2.3.2
-
- Sep 08, 2017
-
-
Matthew Mosesohn authored
* Revert "Add option for fact cache expiry (#1602)" This reverts commit fb30f659.
-
Yorgos Saslis authored
* Add option for fact cache expiry By adding the `fact_caching_timeout` we avoid having really stale/invalid data ending up in there. Leaving commented out by default, for backwards compatibility, but nice to have there. * Enabled cache-expiry by default Set to 2 hours and modified comment to reflect change
-
- Aug 18, 2017
-
-
Bogdan Dobrelya authored
Install roles under /usr/local/share/kubespray/roles, playbooks - /usr/local/share/kubespray/playbooks/, ansible.cfg and inventory group vars - into /etc/kubespray. Ship README and an example inventory as the package docs. Update the ansible.cfg to consume the roles from the given path, including virtualenvs prefix, if defined. Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Feb 14, 2017
-
-
Sergii Golovatiuk authored
- Starting from version 2.0 ansible has 'callback_whitelist = profile_tasks'. It allows to analyze CI to find some time regressions. - Add skippy to CI's ansible.cfg Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Jan 27, 2017
-
-
Brad Beam authored
-
- Jan 23, 2017
-
-
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.
-
- Dec 17, 2016
-
-
Antoine Legrand authored
-
- Dec 13, 2016
-
-
Alexander Block authored
-
- Oct 25, 2016
-
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Feb 11, 2016
-
-
ant31 authored
-