- Jan 12, 2019
-
-
Markus Teufelberger authored
-
Markus Teufelberger authored
-
- Jan 03, 2019
-
-
MarkusTeufelberger authored
* remove os_family variable from bootstrap-os * quote the conditions another time to fix the syntax error
-
Anton Patsev authored
* Fix mixup http/https in bootstrap-debian.yml * Update bootstrap-debian.yml
-
- Jan 02, 2019
-
-
MarkusTeufelberger authored
* Update the version of pypy used on CoreOS bootstrap-os * update the pip installation process on CoreOS
-
- Dec 27, 2018
-
-
Anton Patsev authored
Add support install python-pip from local yum repository if local yum repository exist.
-
- Dec 25, 2018
-
-
Anton Patsev authored
-
- Dec 18, 2018
-
-
Ganesh Maharaj Mahalingam authored
Signed-off-by:
Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
-
- Dec 11, 2018
-
-
gdoucet authored
Adding fact is_atomic in bootstrap-centos.yml. Fix issue: #3538
-
- Dec 10, 2018
-
-
Anton Patsev authored
-
- Nov 17, 2018
-
-
rongzhang authored
-
- Nov 07, 2018
-
-
Anton Patsev authored
* Fix Failure talking to yum: Cannot find a valid baseurl for repo: base/7/x86_64 if Install packages in CentOS using proxy * Add proxy to /etc/yum.conf if http_proxy is defined
-
- Oct 31, 2018
-
-
Anton Patsev authored
-
- Oct 29, 2018
-
-
Yumo Yang authored
-
Rong Zhang authored
need set hostname by kubeadm
-
- Oct 24, 2018
-
-
Erwan Miran authored
-
- Oct 20, 2018
-
-
Erwan Miran authored
-
- Oct 17, 2018
-
-
Erwan Miran authored
* warning on meta flush_handlers * avoid rm * avoid "Module remote_tmp /root/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually" warning on subsequent tasks using blockinfile * is match
-
- Oct 11, 2018
-
-
Erwan Miran authored
-
Giacomo Longo authored
* Automatically infer bootstrap_os * Rename bootstrap os to os_family
-
- 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
-
- Sep 26, 2018
-
-
Tupin Laurent authored
* Change execution order for pip * Remove spaces
-
- Sep 20, 2018
-
-
Andreas Kruger authored
-
- Sep 19, 2018
-
-
Giacomo Longo authored
-
- Aug 14, 2018
-
-
JohnZheng authored
* Disable locksmithd on CoreOS if coreos_auto_upgrade set to false * change when format to support multiple-condition
-
- Aug 03, 2018
-
-
cornelius-keller authored
-
- 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
-
woopstar authored
-
- May 09, 2018
-
-
Cédric de Saint Martin authored
-
- Apr 26, 2018
-
-
Markos Chandras authored
This reverts commit 51f4e658.
-
- Apr 23, 2018
-
-
Matthew Mosesohn authored
-
- Apr 18, 2018
-
-
woopstar authored
pip was always being downloaded on subsequent runs, This PR always runs the pip command, and checks the rc of it before downloading pip Fix in favor of #2582
-
- Apr 11, 2018
-
-
Nirmoy Das authored
openSUSE Tumbleweed is having the same problems with CoreOS when it comes to using the hostname ansible module (#1588, #1600) so we need to apply a similar workaround. Co-authored-by:
Markos Chandras <mchandras@suse.de> Link: http://bugzilla.opensuse.org/show_bug.cgi?id=997614
-
Markos Chandras authored
Install some required packages when running on SUSE distributions.
-
- Feb 06, 2018
-
-
Ryan Zenker authored
* allow installs to not have hostname overriden with fqdn from inventory * calico-config no longer requires local as and will default to global * when cloudprovider is not defined, use the inventory_hostname for cni-calico * allow reset to not restart network (buggy nodes die with this cmd) * default kube_override_hostname to inventory_hostname instead of ansible_hostname
-
- Jan 29, 2018
-
-
Matthew Mosesohn authored
import_tasks will consume far less memory, so it should be used whenever it is compatible.
-
- Nov 13, 2017
-
-
Günther Grill authored
-
- Nov 06, 2017
-
-
Günther Grill authored
-
- Nov 03, 2017
-
-
Günther Grill authored
* Change deprecated vagrant ansible flag 'sudo' to 'become' * Emphasize, that the name of the pip_pyton_modules is only considered in coreos * Remove useless unused variable * Fix warning when jinja2 template-delimiters used in when statement There is no need for jinja2 template-delimiters like {{ }} or {% %} any more. They can just be omitted as described in https://github.com/ansible/ansible/issues/22397 * Fix broken link in getting-started guide
-
- Oct 20, 2017
-
-
Matthew Mosesohn authored
-