- Mar 25, 2021
-
-
Kenichi Omichi authored
To avoid ModuleNotFoundError due to no module named 'setuptools_rust', this adds cryptography installation to requirements.txt. Created by jfc-evs originally as https://github.com/kubernetes-sigs/kubespray/pull/7264
-
- Mar 08, 2021
-
-
Maciej authored
* Update ansible to v2.9.18 Signed-off-by:
Maciej Wereski <m.wereski@partner.samsung.com> * Update jinja2 to v2.11.3 Signed-off-by:
Maciej Wereski <m.wereski@partner.samsung.com>
-
- Feb 23, 2021
-
-
Kenichi Omichi authored
This updates Ansible version to the latest stable version 2.9.17.
-
- Jan 11, 2021
-
-
Gregor Krmelj authored
This solves the error "Service is in unknown state" when creating a new Kubernetes installation. See: https://github.com/ansible/ansible/issues/71528
-
- Aug 04, 2020
-
-
Florent Monbillard authored
-
- Apr 07, 2020
-
-
Etienne Champetier authored
* requirements.txt: Bump versions Ansible 2.8+ allow ansible_python_interpreter autodetection Signed-off-by:
Etienne Champetier <champetier.etienne@gmail.com> * tests: do not force ansible_python_interpreter we do not expect people to set ansible_python_interpreter, so we should not set it in the CI Signed-off-by:
Etienne Champetier <champetier.etienne@gmail.com>
-
- Mar 09, 2020
-
-
dependabot[bot] authored
Bumps [ansible](https://github.com/ansible/ansible) from 2.7.12 to 2.7.16. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.7.12...v2.7.16 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Aug 07, 2019
-
-
Edward Vielmetti authored
-
- May 20, 2019
-
-
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
-
- Apr 17, 2019
-
-
Maxime Guyot authored
-
- Apr 09, 2019
-
- Apr 08, 2019
-
-
Eric Ross authored
-
- Apr 04, 2019
-
-
Erwan Miran authored
-
- Jan 03, 2019
-
-
Chad Swenson authored
- Creates and defaults an ansible variable for every configuration option in the `kubeproxy.config.k8s.io/v1alpha1` type spec - Fixes vars that were orphaned by removing non-kubeadm - Fixes previously harcoded kubeadm values - Introduces a `main` directory for role default files per component (requires ansible 2.6.0+) - Split out just `kube-proxy.yml` in this first effort - Removes the kube-proxy server field patch task We should continue to pull out other components from `main.yml` into their own defaults files as I did here for `defaults/main/kube-proxy.yml`. I hope for and will need others to join me in this refactoring across the project until each component config template has a matching role defaults file, with shared defaults in `kubespray-defaults` or `downloads`
-
- Nov 10, 2018
-
-
Antoine Legrand authored
* Remove Vault * Remove reference to 'kargo' in the doc * change check order
-
- Oct 31, 2018
-
-
Wong Hoi Sing Edison authored
Only exclude buggy Ansible v2.7.0 (https://github.com/ansible/ansible/issues/46600#issuecomment-433863628) Fixup #3589
-
- Oct 26, 2018
-
-
Antoine Legrand authored
-
- Oct 10, 2018
-
-
Antoine Legrand authored
* Fix bootstrap_os/ubuntu idempotency * Update bastion role * move container_engine in sub-roles * requires ansible 2.5 * ubuntu18 as first CI job
-
- May 11, 2018
-
-
Matthew Mosesohn authored
* Move front-proxy-client certs back to kube mount We want the same CA for all k8s certs * Refactor vault to use a third party module The module adds idempotency and reduces some of the repetitive logic in the vault role Requires ansible-modules-hashivault on ansible node and hvac on the vault hosts themselves Add upgrade test scenario Remove bootstrap-os tags from tasks * fix upgrade issues * improve unseal logic * specify ca and fix etcd check * Fix initialization check bump machine size
-
- Oct 05, 2017
-
-
Matthew Mosesohn authored
Use image family for picking latest coreos image Update python deps
-
- Sep 15, 2017
-
-
Matthew Mosesohn authored
Also update to ansible 2.3.2
-
- Aug 18, 2017
-
-
Bogdan Dobrelya authored
Required for an RPM package builds with the contrib/ansible-kubespray.spec Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Apr 26, 2017
-
-
Sergii Golovatiuk authored
- Fix when clauses in various places - Update requirements.txt - Fix README.md Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Mar 30, 2017
-
-
Justin Downing authored
ansible 2.2.2.0 has an [issue]() that causes problems for kargo: ``` (env) kargo ᐅ env/bin/ansible-playbook upgrade-cluster.yml ERROR! Unexpected Exception: 'Host' object has no attribute 'remove_group' ``` Pinning ansible to 2.2.1.0 resolved this for me.
-
- Mar 20, 2017
-
-
Vladimir Rutsky authored
Ansible 2.2.1 requires jinja2<2.9, see <https://github.com/ansible/ansible/blob/v2.2.1.0-1/setup.py#L25>, but without explicit limiting upper jinja2 version here pip ignores Ansible requirements and installs latest available jinja2 (pip is not very smart here), which is incompatible with with Ansible 2.2.1. With incompatible jinja2 version "ansible-vault create" (and probably other parts) fails with: ERROR! Unexpected Exception: The 'jinja2<2.9' distribution was not found and is required by ansible This upper limit should be removed in 2.2.2 release, see: <https://github.com/ansible/ansible/commit/978311bf3f91dae5806ab72b665b0937adce38ad>
-
- Mar 17, 2017
-
-
Vladimir Rutsky authored
Jinja 2.* releases are published under `Jinja2` name.
-
- Mar 15, 2017
-
-
Vincent Schwarzer authored
Added Jinja 2.8 Requirements to docs and pip requirements file which is needed to run the current Ansible Playbooks.
-
- Jan 19, 2017
-
-
Matthew Mosesohn authored
-
- May 08, 2016
-
-
Paul Czarkowski authored
This allows you to simply run `vagrant up` to get a 3 node HA cluster. * Creates a dynamic inventory and uses the inventory/group_vars/all.yml * commented lines in inventory.example so that ansible doesn't try to use it. * added requirements.txt to give easy way to install ansible/ipaddr * added gitignore files to stop attempts to save unwated files * changed `Check if kube-system exists` to `failed_when: false` instead of `ignore_errors`
-