c12s-kubespray/roles/bootstrap-os/tasks
abelgana 2972bceb90 Changre raw execution to use yum module (#1785)
* Changre raw execution to use yum module

Changed raw exection to use yum module provided by Ansible.

* Replace ansible_ssh_* by ansible_*

Ansible 2.0 has deprecated the “ssh” from ansible_ssh_user, ansible_ssh_host, and ansible_ssh_port to become ansible_user, ansible_host, and ansible_port. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (ansible_ssh_*). These shorter variables are ignored, without warning, in older versions of Ansible.

I am not sure about the broader impact of this change. But I have seen on the requirements the version required is ansible>=2.4.0.

http://docs.ansible.com/ansible/latest/intro_inventory.html
2017-10-14 09:52:40 +01:00
..
bootstrap-centos.yml Changre raw execution to use yum module (#1785) 2017-10-14 09:52:40 +01:00
bootstrap-coreos.yml Normalize tags in all places to prepare for tag fixing in future (#1739) 2017-10-05 08:43:04 +01:00
bootstrap-debian.yml add bootstrap for debian (#1726) 2017-10-03 08:30:45 +01:00
bootstrap-ubuntu.yml Normalize tags in all places to prepare for tag fixing in future (#1739) 2017-10-05 08:43:04 +01:00
main.yml add bootstrap for debian (#1726) 2017-10-03 08:30:45 +01:00
setup-pipelining.yml Adding yamllinter to ci steps (#1556) 2017-08-24 12:09:52 +03:00