Skip to content

Instantly share code, notes, and snippets.

@nazarewk
Created January 26, 2018 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nazarewk/1d08cccd0c0042cedf486c338f19e3d1 to your computer and use it in GitHub Desktop.
Save nazarewk/1d08cccd0c0042cedf486c338f19e3d1 to your computer and use it in GitHub Desktop.
nazarewk@s2 ~/kubernetes/kubernetes-cluster % bin/setup-cluster-configure 10.146.225.{4,5,8,9} (.env)(git)-[master]
DEBUG: Adding group all
DEBUG: Adding group kube-master
DEBUG: Adding group kube-node
DEBUG: Adding group etcd
DEBUG: Adding group k8s-cluster:children
DEBUG: Adding group calico-rr
DEBUG: Adding group vault
DEBUG: adding host node1 to group all
DEBUG: adding host node2 to group all
DEBUG: adding host node3 to group all
DEBUG: adding host node4 to group all
DEBUG: adding host kube-node to group k8s-cluster:children
DEBUG: adding host kube-master to group k8s-cluster:children
DEBUG: adding host node1 to group etcd
DEBUG: adding host node1 to group vault
DEBUG: adding host node2 to group etcd
DEBUG: adding host node2 to group vault
DEBUG: adding host node3 to group etcd
DEBUG: adding host node3 to group vault
DEBUG: adding host node1 to group kube-master
DEBUG: adding host node2 to group kube-master
DEBUG: adding host node1 to group kube-node
DEBUG: adding host node2 to group kube-node
DEBUG: adding host node3 to group kube-node
DEBUG: adding host node4 to group kube-node
[0 running job(s)] {history#968} 14:41:59 2018-01-26
nazarewk@s2 ~/kubernetes/kubernetes-cluster % vim inventory/inventory.cfg (.env)(git)-[master]
[0 running job(s)] {history#969} 14:42:14 2018-01-26
nazarewk@s2 ~/kubernetes/kubernetes-cluster % ssh s6 (.env)(git)-[master]
1 [0 running job(s)] {history#969} 14:42:20 2018-01-26
nazarewk@s2 ~/kubernetes/kubernetes-cluster % bin/setup-cluster (.env)(git)-[master] :(
Using /home/stud/nazarewk/kubernetes/kubernetes-cluster/ansible.cfg as config file
PLAY [localhost] *************************************************************************************************************************************************************************************************************************************************************************
TASK [download : Register docker images info] ********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:43 +0100 (0:00:00.592) 0:00:00.592 ********
TASK [download : container_download | Create dest directory for saved/loaded container images] *******************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:43 +0100 (0:00:00.043) 0:00:00.636 ********
TASK [download : container_download | create local directory for saved/loaded container images] ******************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:43 +0100 (0:00:00.058) 0:00:00.695 ********
TASK [download : Download items] *********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:43 +0100 (0:00:00.042) 0:00:00.738 ********
TASK [download : Sync container] *********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:43 +0100 (0:00:00.150) 0:00:00.888 ********
TASK [kubespray-defaults : Configure defaults] *******************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.140) 0:00:01.029 ********
ok: [localhost] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
TASK [bastion-ssh-config : set_fact] *****************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.193) 0:00:01.222 ********
ok: [localhost] => {"ansible_facts": {"has_bastion": false}, "changed": false}
TASK [bastion-ssh-config : set_fact] *****************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.158) 0:00:01.381 ********
TASK [bastion-ssh-config : set_fact] *****************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.049) 0:00:01.430 ********
TASK [bastion-ssh-config : create ssh bastion conf] **************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.038) 0:00:01.469 ********
[WARNING]: Could not match supplied host pattern, ignoring: calico-rr
PLAY [k8s-cluster:etcd:calico-rr] ********************************************************************************************************************************************************************************************************************************************************
TASK [download : Register docker images info] ********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.103) 0:00:01.572 ********
TASK [download : container_download | Create dest directory for saved/loaded container images] *******************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.105) 0:00:01.678 ********
TASK [download : container_download | create local directory for saved/loaded container images] ******************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.116) 0:00:01.794 ********
TASK [download : Download items] *********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:44 +0100 (0:00:00.036) 0:00:01.830 ********
TASK [download : Sync container] *********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:45 +0100 (0:00:00.199) 0:00:02.030 ********
TASK [kubespray-defaults : Configure defaults] *******************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:45 +0100 (0:00:00.194) 0:00:02.224 ********
ok: [node1] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
ok: [node4] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
ok: [node3] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
ok: [node2] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
TASK [bootstrap-os : Bootstrap | Check if bootstrap is needed] ***************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:45 +0100 (0:00:00.673) 0:00:02.898 ********
TASK [bootstrap-os : Bootstrap | Install python 2.x and pip] *****************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:46 +0100 (0:00:00.134) 0:00:03.032 ********
TASK [bootstrap-os : set_fact] ***********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:46 +0100 (0:00:00.097) 0:00:03.129 ********
TASK [bootstrap-os : Bootstrap | Check if bootstrap is needed] ***************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:46 +0100 (0:00:00.166) 0:00:03.296 ********
TASK [bootstrap-os : Bootstrap | Install python 2.x, pip, and dbus] **********************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:46 +0100 (0:00:00.128) 0:00:03.425 ********
TASK [bootstrap-os : set_fact] ***********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:46 +0100 (0:00:00.099) 0:00:03.525 ********
TASK [bootstrap-os : Bootstrap | Check if bootstrap is needed] ***************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:46 +0100 (0:00:00.103) 0:00:03.628 ********
ok: [node4] => {"changed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "Warning: Permanently added '10.146.225.9' (ECDSA) to the list of known hosts.\r\nbind: Invalid argument\r\nunix_listener: cannot bind to path: /home/stud/nazarewk/.ansible/cp/17e335d05b.LoHQ76Jo7UmG13nn\r\nControlSocket /home/stud/nazarewk/.ansible/cp/17e335d05b.LoHQ76Jo7UmG13nn already exists, disabling multiplexing\r\nConnection to 10.146.225.9 closed.\r\n", "stdout": "stat: cannot stat '/opt/bin/.bootstrapped': No such file or directory\r\n", "stdout_lines": ["stat: cannot stat '/opt/bin/.bootstrapped': No such file or directory"]}
ok: [node3] => {"changed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "Warning: Permanently added '10.146.225.8' (ECDSA) to the list of known hosts.\r\nbind: Invalid argument\r\nunix_listener: cannot bind to path: /home/stud/nazarewk/.ansible/cp/d6de7408e3.XWsF4OgHAQoJUj2T\r\nControlSocket /home/stud/nazarewk/.ansible/cp/d6de7408e3.XWsF4OgHAQoJUj2T already exists, disabling multiplexing\r\nConnection to 10.146.225.8 closed.\r\n", "stdout": "stat: cannot stat '/opt/bin/.bootstrapped': No such file or directory\r\n", "stdout_lines": ["stat: cannot stat '/opt/bin/.bootstrapped': No such file or directory"]}
ok: [node2] => {"changed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "Warning: Permanently added '10.146.225.5' (ECDSA) to the list of known hosts.\r\nbind: Invalid argument\r\nunix_listener: cannot bind to path: /home/stud/nazarewk/.ansible/cp/b7f58c820a.QGIFT6Jt037ysm4z\r\nControlSocket /home/stud/nazarewk/.ansible/cp/b7f58c820a.QGIFT6Jt037ysm4z already exists, disabling multiplexing\r\nConnection to 10.146.225.5 closed.\r\n", "stdout": "stat: cannot stat '/opt/bin/.bootstrapped': No such file or directory\r\n", "stdout_lines": ["stat: cannot stat '/opt/bin/.bootstrapped': No such file or directory"]}
ok: [node1] => {"changed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "Warning: Permanently added '10.146.225.4' (ECDSA) to the list of known hosts.\r\nbind: Invalid argument\r\nunix_listener: cannot bind to path: /home/stud/nazarewk/.ansible/cp/cef23bfd28.JslrMqYemF3eBB8B\r\nControlSocket /home/stud/nazarewk/.ansible/cp/cef23bfd28.JslrMqYemF3eBB8B already exists, disabling multiplexing\r\nConnection to 10.146.225.4 closed.\r\n", "stdout": "stat: cannot stat '/opt/bin/.bootstrapped': No such file or directory\r\n", "stdout_lines": ["stat: cannot stat '/opt/bin/.bootstrapped': No such file or directory"]}
TASK [bootstrap-os : Bootstrap | Run bootstrap.sh] ***************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:42:47 +0100 (0:00:00.759) 0:00:04.387 ********
changed: [node4] => {"changed": true, "rc": 0, "stderr": "Warning: Permanently added '10.146.225.9' (ECDSA) to the list of known hosts.\r\nbind: Invalid argument\r\nunix_listener: cannot bind to path: /home/stud/nazarewk/.ansible/cp/17e335d05b.gav1z4TURSOBBG6M\r\nControlSocket /home/stud/nazarewk/.ansible/cp/17e335d05b.gav1z4TURSOBBG6M already exists, disabling multiplexing\r\nConnection to 10.146.225.9 closed.\r\n", "stdout": "--2018-01-26 13:42:48-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.0-linux64.tar.bz2\r\nResolving bitbucket.org... 104.192.143.3, 104.192.143.2, 104.192.143.1, ...\r\nConnecting to bitbucket.org|104.192.143.3|:443... connected.\r\nHTTP request sent, awaiting response... 302 Found\r\nLocation: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22 [following]\r\n--2018-01-26 13:42:49-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22\r\nResolving bbuseruploads.s3.amazonaws.com... 54.231.82.114\r\nConnecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 23264958 (22M) [application/x-tar]\r\nSaving to: 'STDOUT'\r\n\r\n\r- 0%[ ] 0 --.-KB/s \r- 0%[ ] 24.52K 107KB/s \r- 0%[ ] 75.52K 166KB/s \r- 0%[ ] 160.52K 231KB/s \r- 1%[ ] 330.52K 357KB/s \r- 2%[ ] 602.52K 523KB/s \r- 4%[ ] 1.05M 780KB/s \r- 8%[> ] 1.78M 1.11MB/s \r- 12%[=> ] 2.85M 1.53MB/s \r- 17%[==> ] 3.94M 1.89MB/s \r- 20%[===> ] 4.44M 1.92MB/s \r- 25%[====> ] 5.57M 2.20MB/s \r- 27%[====> ] 6.15M 2.24MB/s \r- 30%[=====> ] 6.79M 2.30MB/s \r- 33%[=====> ] 7.46M 2.37MB/s eta 6s \r- 36%[======> ] 8.00M 2.39MB/s eta 6s \r- 38%[======> ] 8.52M 2.40MB/s eta 6s \r- 41%[=======> ] 9.21M 2.44MB/s eta 6s \r- 44%[=======> ] 9.88M 2.78MB/s eta 6s \r- 47%[========> ] 10.52M 2.97MB/s eta 5s \r- 49%[========> ] 11.02M 3.03MB/s eta 5s \r- 52%[=========> ] 11.66M 3.15MB/s eta 5s \r- 55%[==========> ] 12.35M 3.28MB/s eta 5s \r- 58%[==========> ] 13.02M 3.22MB/s eta 5s \r- 61%[===========> ] 13.54M 3.17MB/s eta 3s \r- 63%[===========> ] 14.05M 3.13MB/s eta 3s \r- 65%[============> ] 14.52M 3.02MB/s eta 3s \r- 67%[============> ] 15.07M 2.82MB/s eta 3s \r- 70%[=============> ] 15.65M 2.87MB/s eta 3s \r- 72%[=============> ] 16.19M 2.85MB/s eta 2s \r- 75%[==============> ] 16.79M 2.82MB/s eta 2s \r- 77%[==============> ] 17.25M 2.80MB/s eta 2s \r- 80%[===============> ] 17.82M 2.78MB/s eta 2s \r- 82%[===============> ] 18.41M 2.78MB/s eta 2s \r- 85%[================> ] 19.00M 2.74MB/s eta 1s \r- 88%[================> ] 19.55M 2.70MB/s eta 1s \r- 90%[=================> ] 20.16M 2.69MB/s eta 1s \r- 93%[=================> ] 20.75M 2.70MB/s eta 1s \r- 95%[==================> ] 21.21M 2.71MB/s eta 1s \r- 97%[==================> ] 21.55M 2.53MB/s eta 0s \r- 100%[===================>] 22.19M 2.61MB/s in 8.6s \r\n\r\n2018-01-26 13:42:58 (2.59 MB/s) - written to stdout [23264958/23264958]\r\n\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\nPython 2.7.10 (3260adbeba4a, Apr 19 2016, 17:42:20)\r\n[PyPy 5.1.0 with GCC 4.8.4]\r\n", "stdout_lines": ["--2018-01-26 13:42:48-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.0-linux64.tar.bz2", "Resolving bitbucket.org... 104.192.143.3, 104.192.143.2, 104.192.143.1, ...", "Connecting to bitbucket.org|104.192.143.3|:443... connected.", "HTTP request sent, awaiting response... 302 Found", "Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22 [following]", "--2018-01-26 13:42:49-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22", "Resolving bbuseruploads.s3.amazonaws.com... 54.231.82.114", "Connecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... connected.", "HTTP request sent, awaiting response... 200 OK", "Length: 23264958 (22M) [application/x-tar]", "Saving to: 'STDOUT'", "", "", "- 0%[ ] 0 --.-KB/s ", "- 0%[ ] 24.52K 107KB/s ", "- 0%[ ] 75.52K 166KB/s ", "- 0%[ ] 160.52K 231KB/s ", "- 1%[ ] 330.52K 357KB/s ", "- 2%[ ] 602.52K 523KB/s ", "- 4%[ ] 1.05M 780KB/s ", "- 8%[> ] 1.78M 1.11MB/s ", "- 12%[=> ] 2.85M 1.53MB/s ", "- 17%[==> ] 3.94M 1.89MB/s ", "- 20%[===> ] 4.44M 1.92MB/s ", "- 25%[====> ] 5.57M 2.20MB/s ", "- 27%[====> ] 6.15M 2.24MB/s ", "- 30%[=====> ] 6.79M 2.30MB/s ", "- 33%[=====> ] 7.46M 2.37MB/s eta 6s ", "- 36%[======> ] 8.00M 2.39MB/s eta 6s ", "- 38%[======> ] 8.52M 2.40MB/s eta 6s ", "- 41%[=======> ] 9.21M 2.44MB/s eta 6s ", "- 44%[=======> ] 9.88M 2.78MB/s eta 6s ", "- 47%[========> ] 10.52M 2.97MB/s eta 5s ", "- 49%[========> ] 11.02M 3.03MB/s eta 5s ", "- 52%[=========> ] 11.66M 3.15MB/s eta 5s ", "- 55%[==========> ] 12.35M 3.28MB/s eta 5s ", "- 58%[==========> ] 13.02M 3.22MB/s eta 5s ", "- 61%[===========> ] 13.54M 3.17MB/s eta 3s ", "- 63%[===========> ] 14.05M 3.13MB/s eta 3s ", "- 65%[============> ] 14.52M 3.02MB/s eta 3s ", "- 67%[============> ] 15.07M 2.82MB/s eta 3s ", "- 70%[=============> ] 15.65M 2.87MB/s eta 3s ", "- 72%[=============> ] 16.19M 2.85MB/s eta 2s ", "- 75%[==============> ] 16.79M 2.82MB/s eta 2s ", "- 77%[==============> ] 17.25M 2.80MB/s eta 2s ", "- 80%[===============> ] 17.82M 2.78MB/s eta 2s ", "- 82%[===============> ] 18.41M 2.78MB/s eta 2s ", "- 85%[================> ] 19.00M 2.74MB/s eta 1s ", "- 88%[================> ] 19.55M 2.70MB/s eta 1s ", "- 90%[=================> ] 20.16M 2.69MB/s eta 1s ", "- 93%[=================> ] 20.75M 2.70MB/s eta 1s ", "- 95%[==================> ] 21.21M 2.71MB/s eta 1s ", "- 97%[==================> ] 21.55M 2.53MB/s eta 0s ", "- 100%[===================>] 22.19M 2.61MB/s in 8.6s ", "", "2018-01-26 13:42:58 (2.59 MB/s) - written to stdout [23264958/23264958]", "", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "Python 2.7.10 (3260adbeba4a, Apr 19 2016, 17:42:20)", "[PyPy 5.1.0 with GCC 4.8.4]"]}
changed: [node2] => {"changed": true, "rc": 0, "stderr": "Warning: Permanently added '10.146.225.5' (ECDSA) to the list of known hosts.\r\nbind: Invalid argument\r\nunix_listener: cannot bind to path: /home/stud/nazarewk/.ansible/cp/b7f58c820a.Qil0C3tw0JFQgi2x\r\nControlSocket /home/stud/nazarewk/.ansible/cp/b7f58c820a.Qil0C3tw0JFQgi2x already exists, disabling multiplexing\r\nConnection to 10.146.225.5 closed.\r\n", "stdout": "--2018-01-26 13:42:48-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.0-linux64.tar.bz2\r\nResolving bitbucket.org... 104.192.143.2, 104.192.143.1, 104.192.143.3, ...\r\nConnecting to bitbucket.org|104.192.143.2|:443... connected.\r\nHTTP request sent, awaiting response... 302 Found\r\nLocation: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22 [following]\r\n--2018-01-26 13:42:49-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22\r\nResolving bbuseruploads.s3.amazonaws.com... 54.231.82.114\r\nConnecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 23264958 (22M) [application/x-tar]\r\nSaving to: 'STDOUT'\r\n\r\n\r- 0%[ ] 0 --.-KB/s \r- 0%[ ] 24.52K 112KB/s \r- 0%[ ] 92.52K 211KB/s \r- 0%[ ] 211.52K 322KB/s \r- 1%[ ] 432.52K 494KB/s \r- 3%[ ] 789.52K 721KB/s \r- 6%[> ] 1.37M 1.05MB/s \r- 9%[> ] 2.15M 1.43MB/s \r- 15%[==> ] 3.43M 2.00MB/s \r- 21%[===> ] 4.82M 2.52MB/s \r- 24%[===> ] 5.38M 2.43MB/s \r- 26%[====> ] 5.86M 2.43MB/s \r- 27%[====> ] 6.08M 2.32MB/s \r- 28%[====> ] 6.29M 2.23MB/s \r- 29%[====> ] 6.54M 2.16MB/s eta 7s \r- 30%[=====> ] 6.80M 2.08MB/s eta 7s \r- 31%[=====> ] 7.05M 2.03MB/s eta 7s \r- 32%[=====> ] 7.30M 1.98MB/s eta 7s \r- 34%[=====> ] 7.57M 2.04MB/s eta 7s \r- 35%[======> ] 7.83M 2.09MB/s eta 8s \r- 36%[======> ] 8.08M 2.18MB/s eta 8s \r- 37%[======> ] 8.35M 2.17MB/s eta 8s \r- 38%[======> ] 8.61M 2.10MB/s eta 8s \r- 40%[=======> ] 8.88M 1.91MB/s eta 8s \r- 41%[=======> ] 9.14M 1.67MB/s eta 7s \r- 42%[=======> ] 9.41M 1.50MB/s eta 7s \r- 43%[=======> ] 9.61M 1.21MB/s eta 7s \r- 44%[=======> ] 9.93M 1.15MB/s eta 7s \r- 45%[========> ] 10.13M 1.16MB/s eta 7s \r- 46%[========> ] 10.35M 1.15MB/s eta 7s \r- 47%[========> ] 10.57M 1.15MB/s eta 7s \r- 48%[========> ] 10.77M 1.14MB/s eta 7s \r- 49%[========> ] 11.00M 1.13MB/s eta 7s \r- 50%[=========> ] 11.22M 1.11MB/s eta 7s \r- 51%[=========> ] 11.46M 1.11MB/s eta 7s \r- 52%[=========> ] 11.69M 1.10MB/s eta 7s \r- 53%[=========> ] 11.93M 1.09MB/s eta 7s \r- 54%[=========> ] 12.16M 1.09MB/s eta 7s \r- 55%[==========> ] 12.30M 1.03MB/s eta 7s \r- 56%[==========> ] 12.58M 1.03MB/s eta 7s \r- 57%[==========> ] 12.77M 1.02MB/s eta 7s \r- 58%[==========> ] 12.96M 1018KB/s eta 7s \r- 59%[==========> ] 13.16M 999KB/s eta 7s \r- 60%[===========> ] 13.35M 996KB/s eta 7s \r- 61%[===========> ] 13.54M 981KB/s eta 6s \r- 61%[===========> ] 13.74M 973KB/s eta 6s \r- 62%[===========> ] 13.94M 969KB/s eta 6s \r- 63%[===========> ] 14.13M 956KB/s eta 6s \r- 64%[===========> ] 14.33M 948KB/s eta 6s \r- 65%[============> ] 14.54M 942KB/s eta 6s \r- 66%[============> ] 14.74M 936KB/s eta 6s \r- 67%[============> ] 14.94M 931KB/s eta 6s \r- 68%[============> ] 15.14M 921KB/s eta 6s \r- 69%[============> ] 15.35M 922KB/s eta 6s \r- 70%[=============> ] 15.55M 943KB/s eta 5s \r- 71%[=============> ] 15.75M 917KB/s eta 5s \r- 71%[=============> ] 15.97M 925KB/s eta 5s \r- 72%[=============> ] 16.18M 928KB/s eta 5s \r- 73%[=============> ] 16.39M 934KB/s eta 5s \r- 74%[=============> ] 16.61M 935KB/s eta 4s \r- 75%[==============> ] 16.82M 944KB/s eta 4s \r- 76%[==============> ] 17.04M 951KB/s eta 4s \r- 77%[==============> ] 17.25M 960KB/s eta 4s \r- 78%[==============> ] 17.47M 962KB/s eta 4s \r- 79%[==============> ] 17.69M 969KB/s eta 4s \r- 80%[===============> ] 17.93M 985KB/s eta 4s \r- 81%[===============> ] 18.19M 1003KB/s eta 4s \r- 83%[===============> ] 18.49M 1.01MB/s eta 4s \r- 84%[===============> ] 18.83M 1.05MB/s eta 4s \r- 86%[================> ] 19.25M 1.10MB/s eta 2s \r- 89%[================> ] 19.77M 1.21MB/s eta 2s \r- 91%[=================> ] 20.38M 1.31MB/s eta 2s \r- 94%[=================> ] 21.07M 1.45MB/s eta 2s \r- 98%[==================> ] 21.83M 1.64MB/s eta 2s \r- 100%[===================>] 22.19M 1.73MB/s in 16s \r\n\r\n2018-01-26 13:43:05 (1.38 MB/s) - written to stdout [23264958/23264958]\r\n\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\nPython 2.7.10 (3260adbeba4a, Apr 19 2016, 17:42:20)\r\n[PyPy 5.1.0 with GCC 4.8.4]\r\n", "stdout_lines": ["--2018-01-26 13:42:48-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.0-linux64.tar.bz2", "Resolving bitbucket.org... 104.192.143.2, 104.192.143.1, 104.192.143.3, ...", "Connecting to bitbucket.org|104.192.143.2|:443... connected.", "HTTP request sent, awaiting response... 302 Found", "Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22 [following]", "--2018-01-26 13:42:49-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22", "Resolving bbuseruploads.s3.amazonaws.com... 54.231.82.114", "Connecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... connected.", "HTTP request sent, awaiting response... 200 OK", "Length: 23264958 (22M) [application/x-tar]", "Saving to: 'STDOUT'", "", "", "- 0%[ ] 0 --.-KB/s ", "- 0%[ ] 24.52K 112KB/s ", "- 0%[ ] 92.52K 211KB/s ", "- 0%[ ] 211.52K 322KB/s ", "- 1%[ ] 432.52K 494KB/s ", "- 3%[ ] 789.52K 721KB/s ", "- 6%[> ] 1.37M 1.05MB/s ", "- 9%[> ] 2.15M 1.43MB/s ", "- 15%[==> ] 3.43M 2.00MB/s ", "- 21%[===> ] 4.82M 2.52MB/s ", "- 24%[===> ] 5.38M 2.43MB/s ", "- 26%[====> ] 5.86M 2.43MB/s ", "- 27%[====> ] 6.08M 2.32MB/s ", "- 28%[====> ] 6.29M 2.23MB/s ", "- 29%[====> ] 6.54M 2.16MB/s eta 7s ", "- 30%[=====> ] 6.80M 2.08MB/s eta 7s ", "- 31%[=====> ] 7.05M 2.03MB/s eta 7s ", "- 32%[=====> ] 7.30M 1.98MB/s eta 7s ", "- 34%[=====> ] 7.57M 2.04MB/s eta 7s ", "- 35%[======> ] 7.83M 2.09MB/s eta 8s ", "- 36%[======> ] 8.08M 2.18MB/s eta 8s ", "- 37%[======> ] 8.35M 2.17MB/s eta 8s ", "- 38%[======> ] 8.61M 2.10MB/s eta 8s ", "- 40%[=======> ] 8.88M 1.91MB/s eta 8s ", "- 41%[=======> ] 9.14M 1.67MB/s eta 7s ", "- 42%[=======> ] 9.41M 1.50MB/s eta 7s ", "- 43%[=======> ] 9.61M 1.21MB/s eta 7s ", "- 44%[=======> ] 9.93M 1.15MB/s eta 7s ", "- 45%[========> ] 10.13M 1.16MB/s eta 7s ", "- 46%[========> ] 10.35M 1.15MB/s eta 7s ", "- 47%[========> ] 10.57M 1.15MB/s eta 7s ", "- 48%[========> ] 10.77M 1.14MB/s eta 7s ", "- 49%[========> ] 11.00M 1.13MB/s eta 7s ", "- 50%[=========> ] 11.22M 1.11MB/s eta 7s ", "- 51%[=========> ] 11.46M 1.11MB/s eta 7s ", "- 52%[=========> ] 11.69M 1.10MB/s eta 7s ", "- 53%[=========> ] 11.93M 1.09MB/s eta 7s ", "- 54%[=========> ] 12.16M 1.09MB/s eta 7s ", "- 55%[==========> ] 12.30M 1.03MB/s eta 7s ", "- 56%[==========> ] 12.58M 1.03MB/s eta 7s ", "- 57%[==========> ] 12.77M 1.02MB/s eta 7s ", "- 58%[==========> ] 12.96M 1018KB/s eta 7s ", "- 59%[==========> ] 13.16M 999KB/s eta 7s ", "- 60%[===========> ] 13.35M 996KB/s eta 7s ", "- 61%[===========> ] 13.54M 981KB/s eta 6s ", "- 61%[===========> ] 13.74M 973KB/s eta 6s ", "- 62%[===========> ] 13.94M 969KB/s eta 6s ", "- 63%[===========> ] 14.13M 956KB/s eta 6s ", "- 64%[===========> ] 14.33M 948KB/s eta 6s ", "- 65%[============> ] 14.54M 942KB/s eta 6s ", "- 66%[============> ] 14.74M 936KB/s eta 6s ", "- 67%[============> ] 14.94M 931KB/s eta 6s ", "- 68%[============> ] 15.14M 921KB/s eta 6s ", "- 69%[============> ] 15.35M 922KB/s eta 6s ", "- 70%[=============> ] 15.55M 943KB/s eta 5s ", "- 71%[=============> ] 15.75M 917KB/s eta 5s ", "- 71%[=============> ] 15.97M 925KB/s eta 5s ", "- 72%[=============> ] 16.18M 928KB/s eta 5s ", "- 73%[=============> ] 16.39M 934KB/s eta 5s ", "- 74%[=============> ] 16.61M 935KB/s eta 4s ", "- 75%[==============> ] 16.82M 944KB/s eta 4s ", "- 76%[==============> ] 17.04M 951KB/s eta 4s ", "- 77%[==============> ] 17.25M 960KB/s eta 4s ", "- 78%[==============> ] 17.47M 962KB/s eta 4s ", "- 79%[==============> ] 17.69M 969KB/s eta 4s ", "- 80%[===============> ] 17.93M 985KB/s eta 4s ", "- 81%[===============> ] 18.19M 1003KB/s eta 4s ", "- 83%[===============> ] 18.49M 1.01MB/s eta 4s ", "- 84%[===============> ] 18.83M 1.05MB/s eta 4s ", "- 86%[================> ] 19.25M 1.10MB/s eta 2s ", "- 89%[================> ] 19.77M 1.21MB/s eta 2s ", "- 91%[=================> ] 20.38M 1.31MB/s eta 2s ", "- 94%[=================> ] 21.07M 1.45MB/s eta 2s ", "- 98%[==================> ] 21.83M 1.64MB/s eta 2s ", "- 100%[===================>] 22.19M 1.73MB/s in 16s ", "", "2018-01-26 13:43:05 (1.38 MB/s) - written to stdout [23264958/23264958]", "", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "Python 2.7.10 (3260adbeba4a, Apr 19 2016, 17:42:20)", "[PyPy 5.1.0 with GCC 4.8.4]"]}
changed: [node1] => {"changed": true, "rc": 0, "stderr": "Warning: Permanently added '10.146.225.4' (ECDSA) to the list of known hosts.\r\nbind: Invalid argument\r\nunix_listener: cannot bind to path: /home/stud/nazarewk/.ansible/cp/cef23bfd28.JNlnyIfJ5AjotDaR\r\nControlSocket /home/stud/nazarewk/.ansible/cp/cef23bfd28.JNlnyIfJ5AjotDaR already exists, disabling multiplexing\r\nConnection to 10.146.225.4 closed.\r\n", "stdout": "--2018-01-26 13:42:48-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.0-linux64.tar.bz2\r\nResolving bitbucket.org... 104.192.143.1, 104.192.143.3, 104.192.143.2, ...\r\nConnecting to bitbucket.org|104.192.143.1|:443... connected.\r\nHTTP request sent, awaiting response... 302 Found\r\nLocation: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22 [following]\r\n--2018-01-26 13:42:49-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22\r\nResolving bbuseruploads.s3.amazonaws.com... 54.231.82.114\r\nConnecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 23264958 (22M) [application/x-tar]\r\nSaving to: 'STDOUT'\r\n\r\n\r- 0%[ ] 0 --.-KB/s \r- 0%[ ] 24.52K 112KB/s \r- 0%[ ] 92.52K 211KB/s \r- 0%[ ] 143.52K 205KB/s \r- 1%[ ] 228.52K 228KB/s \r- 1%[ ] 313.52K 251KB/s \r- 1%[ ] 364.52K 247KB/s \r- 1%[ ] 415.52K 246KB/s \r- 2%[ ] 483.52K 253KB/s \r- 2%[ ] 534.52K 251KB/s \r- 2%[ ] 594.52K 253KB/s \r- 2%[ ] 653.52K 255KB/s \r- 3%[ ] 721.52K 258KB/s \r- 3%[ ] 772.52K 256KB/s eta 86s \r- 3%[ ] 840.52K 260KB/s eta 86s \r- 3%[ ] 891.52K 259KB/s eta 86s \r- 4%[ ] 959.52K 262KB/s eta 86s \r- 4%[ ] 1.02M 268KB/s eta 86s \r- 5%[> ] 1.12M 278KB/s eta 78s \r- 5%[> ] 1.24M 302KB/s eta 78s \r- 6%[> ] 1.33M 292KB/s eta 78s \r- 6%[> ] 1.37M 288KB/s eta 78s \r- 6%[> ] 1.42M 288KB/s eta 76s \r- 6%[> ] 1.50M 296KB/s eta 76s \r- 7%[> ] 1.63M 309KB/s eta 76s \r- 7%[> ] 1.77M 329KB/s eta 76s \r- 8%[> ] 1.90M 348KB/s eta 76s \r- 9%[> ] 2.03M 366KB/s eta 63s \r- 9%[> ] 2.17M 383KB/s eta 63s \r- 10%[=> ] 2.31M 401KB/s eta 63s \r- 11%[=> ] 2.45M 417KB/s eta 63s \r- 11%[=> ] 2.53M 422KB/s eta 63s \r- 12%[=> ] 2.68M 441KB/s eta 54s \r- 12%[=> ] 2.80M 460KB/s eta 54s \r- 13%[=> ] 2.91M 471KB/s eta 54s \r- 13%[=> ] 3.04M 489KB/s eta 54s \r- 14%[=> ] 3.15M 488KB/s eta 54s \r- 14%[=> ] 3.28M 491KB/s eta 49s \r- 15%[==> ] 3.38M 521KB/s eta 49s \r- 15%[==> ] 3.50M 563KB/s eta 49s \r- 16%[==> ] 3.63M 573KB/s eta 49s \r- 16%[==> ] 3.74M 565KB/s eta 49s \r- 17%[==> ] 3.88M 565KB/s eta 46s \r- 18%[==> ] 4.01M 563KB/s eta 46s \r- 18%[==> ] 4.12M 554KB/s eta 46s \r- 19%[==> ] 4.26M 555KB/s eta 46s \r- 19%[==> ] 4.39M 565KB/s eta 46s \r- 20%[===> ] 4.52M 560KB/s eta 42s \r- 20%[===> ] 4.66M 573KB/s eta 42s \r- 21%[===> ] 4.79M 579KB/s eta 42s \r- 22%[===> ] 4.92M 583KB/s eta 42s \r- 22%[===> ] 5.07M 593KB/s eta 42s \r- 23%[===> ] 5.24M 608KB/s eta 38s \r- 24%[===> ] 5.42M 625KB/s eta 38s \r- 25%[====> ] 5.68M 671KB/s eta 38s \r- 27%[====> ] 6.02M 736KB/s eta 38s \r- 28%[====> ] 6.43M 816KB/s eta 38s \r- 31%[=====> ] 6.93M 939KB/s eta 29s \r- 33%[=====> ] 7.51M 1.05MB/s eta 29s \r- 36%[======> ] 8.16M 1.20MB/s eta 29s \r- 40%[=======> ] 8.91M 1.40MB/s eta 29s \r- 43%[=======> ] 9.74M 1.60MB/s eta 29s \r- 48%[========> ] 10.67M 1.82MB/s eta 15s \r- 52%[=========> ] 11.66M 2.12MB/s eta 15s \r- 57%[==========> ] 12.77M 2.38MB/s eta 15s \r- 62%[===========> ] 13.94M 2.66MB/s eta 15s \r- 68%[============> ] 15.22M 3.07MB/s eta 15s \r- 74%[=============> ] 16.60M 3.39MB/s eta 5s \r- 81%[===============> ] 18.05M 3.71MB/s eta 5s \r- 87%[================> ] 19.46M 4.02MB/s eta 5s \r- 89%[================> ] 19.86M 3.98MB/s eta 5s \r- 92%[=================> ] 20.54M 4.13MB/s eta 5s \r- 96%[==================> ] 21.36M 4.21MB/s eta 1s \r- 99%[==================> ] 22.11M 4.22MB/s eta 1s \r- 100%[===================>] 22.19M 4.22MB/s in 17s \r\n\r\n2018-01-26 13:43:07 (1.33 MB/s) - written to stdout [23264958/23264958]\r\n\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\nPython 2.7.10 (3260adbeba4a, Apr 19 2016, 17:42:20)\r\n[PyPy 5.1.0 with GCC 4.8.4]\r\n", "stdout_lines": ["--2018-01-26 13:42:48-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.0-linux64.tar.bz2", "Resolving bitbucket.org... 104.192.143.1, 104.192.143.3, 104.192.143.2, ...", "Connecting to bitbucket.org|104.192.143.1|:443... connected.", "HTTP request sent, awaiting response... 302 Found", "Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22 [following]", "--2018-01-26 13:42:49-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22", "Resolving bbuseruploads.s3.amazonaws.com... 54.231.82.114", "Connecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... connected.", "HTTP request sent, awaiting response... 200 OK", "Length: 23264958 (22M) [application/x-tar]", "Saving to: 'STDOUT'", "", "", "- 0%[ ] 0 --.-KB/s ", "- 0%[ ] 24.52K 112KB/s ", "- 0%[ ] 92.52K 211KB/s ", "- 0%[ ] 143.52K 205KB/s ", "- 1%[ ] 228.52K 228KB/s ", "- 1%[ ] 313.52K 251KB/s ", "- 1%[ ] 364.52K 247KB/s ", "- 1%[ ] 415.52K 246KB/s ", "- 2%[ ] 483.52K 253KB/s ", "- 2%[ ] 534.52K 251KB/s ", "- 2%[ ] 594.52K 253KB/s ", "- 2%[ ] 653.52K 255KB/s ", "- 3%[ ] 721.52K 258KB/s ", "- 3%[ ] 772.52K 256KB/s eta 86s ", "- 3%[ ] 840.52K 260KB/s eta 86s ", "- 3%[ ] 891.52K 259KB/s eta 86s ", "- 4%[ ] 959.52K 262KB/s eta 86s ", "- 4%[ ] 1.02M 268KB/s eta 86s ", "- 5%[> ] 1.12M 278KB/s eta 78s ", "- 5%[> ] 1.24M 302KB/s eta 78s ", "- 6%[> ] 1.33M 292KB/s eta 78s ", "- 6%[> ] 1.37M 288KB/s eta 78s ", "- 6%[> ] 1.42M 288KB/s eta 76s ", "- 6%[> ] 1.50M 296KB/s eta 76s ", "- 7%[> ] 1.63M 309KB/s eta 76s ", "- 7%[> ] 1.77M 329KB/s eta 76s ", "- 8%[> ] 1.90M 348KB/s eta 76s ", "- 9%[> ] 2.03M 366KB/s eta 63s ", "- 9%[> ] 2.17M 383KB/s eta 63s ", "- 10%[=> ] 2.31M 401KB/s eta 63s ", "- 11%[=> ] 2.45M 417KB/s eta 63s ", "- 11%[=> ] 2.53M 422KB/s eta 63s ", "- 12%[=> ] 2.68M 441KB/s eta 54s ", "- 12%[=> ] 2.80M 460KB/s eta 54s ", "- 13%[=> ] 2.91M 471KB/s eta 54s ", "- 13%[=> ] 3.04M 489KB/s eta 54s ", "- 14%[=> ] 3.15M 488KB/s eta 54s ", "- 14%[=> ] 3.28M 491KB/s eta 49s ", "- 15%[==> ] 3.38M 521KB/s eta 49s ", "- 15%[==> ] 3.50M 563KB/s eta 49s ", "- 16%[==> ] 3.63M 573KB/s eta 49s ", "- 16%[==> ] 3.74M 565KB/s eta 49s ", "- 17%[==> ] 3.88M 565KB/s eta 46s ", "- 18%[==> ] 4.01M 563KB/s eta 46s ", "- 18%[==> ] 4.12M 554KB/s eta 46s ", "- 19%[==> ] 4.26M 555KB/s eta 46s ", "- 19%[==> ] 4.39M 565KB/s eta 46s ", "- 20%[===> ] 4.52M 560KB/s eta 42s ", "- 20%[===> ] 4.66M 573KB/s eta 42s ", "- 21%[===> ] 4.79M 579KB/s eta 42s ", "- 22%[===> ] 4.92M 583KB/s eta 42s ", "- 22%[===> ] 5.07M 593KB/s eta 42s ", "- 23%[===> ] 5.24M 608KB/s eta 38s ", "- 24%[===> ] 5.42M 625KB/s eta 38s ", "- 25%[====> ] 5.68M 671KB/s eta 38s ", "- 27%[====> ] 6.02M 736KB/s eta 38s ", "- 28%[====> ] 6.43M 816KB/s eta 38s ", "- 31%[=====> ] 6.93M 939KB/s eta 29s ", "- 33%[=====> ] 7.51M 1.05MB/s eta 29s ", "- 36%[======> ] 8.16M 1.20MB/s eta 29s ", "- 40%[=======> ] 8.91M 1.40MB/s eta 29s ", "- 43%[=======> ] 9.74M 1.60MB/s eta 29s ", "- 48%[========> ] 10.67M 1.82MB/s eta 15s ", "- 52%[=========> ] 11.66M 2.12MB/s eta 15s ", "- 57%[==========> ] 12.77M 2.38MB/s eta 15s ", "- 62%[===========> ] 13.94M 2.66MB/s eta 15s ", "- 68%[============> ] 15.22M 3.07MB/s eta 15s ", "- 74%[=============> ] 16.60M 3.39MB/s eta 5s ", "- 81%[===============> ] 18.05M 3.71MB/s eta 5s ", "- 87%[================> ] 19.46M 4.02MB/s eta 5s ", "- 89%[================> ] 19.86M 3.98MB/s eta 5s ", "- 92%[=================> ] 20.54M 4.13MB/s eta 5s ", "- 96%[==================> ] 21.36M 4.21MB/s eta 1s ", "- 99%[==================> ] 22.11M 4.22MB/s eta 1s ", "- 100%[===================>] 22.19M 4.22MB/s in 17s ", "", "2018-01-26 13:43:07 (1.33 MB/s) - written to stdout [23264958/23264958]", "", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "Python 2.7.10 (3260adbeba4a, Apr 19 2016, 17:42:20)", "[PyPy 5.1.0 with GCC 4.8.4]"]}
^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[A^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[Bchanged: [node3] => {"changed": true, "rc": 0, "stderr": "Warning: Permanently added '10.146.225.8' (ECDSA) to the list of known hosts.\r\nbind: Invalid argument\r\nunix_listener: cannot bind to path: /home/stud/nazarewk/.ansible/cp/d6de7408e3.2xjA48kKMlEVlP6N\r\nControlSocket /home/stud/nazarewk/.ansible/cp/d6de7408e3.2xjA48kKMlEVlP6N already exists, disabling multiplexing\r\nConnection to 10.146.225.8 closed.\r\n", "stdout": "--2018-01-26 13:42:48-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.0-linux64.tar.bz2\r\nResolving bitbucket.org... 104.192.143.3, 104.192.143.1, 104.192.143.2, ...\r\nConnecting to bitbucket.org|104.192.143.3|:443... connected.\r\nHTTP request sent, awaiting response... 302 Found\r\nLocation: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22 [following]\r\n--2018-01-26 13:42:49-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22\r\nResolving bbuseruploads.s3.amazonaws.com... 54.231.82.114\r\nConnecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... failed: Connection timed out.\r\nRetrying.\r\n\r\n--2018-01-26 13:45:01-- (try: 2) https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22\r\nConnecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 23264958 (22M) [application/x-tar]\r\nSaving to: 'STDOUT'\r\n\r\n\r- 0%[ ] 0 --.-KB/s \r- 0%[ ] 24.52K 107KB/s \r- 0%[ ] 75.52K 165KB/s \r- 0%[ ] 126.52K 180KB/s \r- 1%[ ] 228.52K 245KB/s \r- 1%[ ] 364.52K 314KB/s \r- 2%[ ] 517.52K 372KB/s \r- 3%[ ] 721.52K 445KB/s \r- 3%[ ] 840.52K 455KB/s \r- 4%[ ] 1011K 487KB/s \r- 5%[> ] 1.20M 535KB/s \r- 6%[> ] 1.42M 574KB/s \r- 7%[> ] 1.65M 613KB/s \r- 8%[> ] 1.87M 644KB/s \r- 9%[> ] 2.10M 668KB/s eta 31s \r- 10%[=> ] 2.33M 693KB/s eta 31s \r- 11%[=> ] 2.56M 715KB/s eta 31s \r- 12%[=> ] 2.80M 734KB/s eta 31s \r- 13%[=> ] 3.03M 789KB/s eta 31s \r- 14%[=> ] 3.26M 837KB/s eta 25s \r- 15%[==> ] 3.49M 917KB/s eta 25s \r- 16%[==> ] 3.73M 945KB/s eta 25s \r- 17%[==> ] 3.96M 974KB/s eta 25s \r- 18%[==> ] 4.21M 995KB/s eta 25s \r- 20%[===> ] 4.44M 1.00MB/s eta 22s \r- 21%[===> ] 4.67M 1.01MB/s eta 22s \r- 22%[===> ] 4.92M 1.02MB/s eta 22s \r- 23%[===> ] 5.15M 1.01MB/s eta 22s \r- 24%[===> ] 5.40M 1.03MB/s eta 22s \r- 25%[====> ] 5.65M 1.04MB/s eta 19s \r- 26%[====> ] 5.90M 1.02MB/s eta 19s \r- 27%[====> ] 6.15M 1.04MB/s eta 19s \r- 28%[====> ] 6.40M 1.05MB/s eta 19s \r- 29%[====> ] 6.65M 1.04MB/s eta 19s \r- 31%[=====> ] 6.90M 1.05MB/s eta 17s \r- 32%[=====> ] 7.15M 1.06MB/s eta 17s \r- 33%[=====> ] 7.39M 1.07MB/s eta 17s \r- 34%[=====> ] 7.66M 1.06MB/s eta 17s \r- 35%[======> ] 7.94M 1.07MB/s eta 17s \r- 37%[======> ] 8.26M 1.11MB/s eta 15s \r- 38%[======> ] 8.63M 1.14MB/s eta 15s \r- 40%[=======> ] 9.09M 1.21MB/s eta 15s \r- 43%[=======> ] 9.64M 1.31MB/s eta 15s \r- 46%[========> ] 10.27M 1.46MB/s eta 15s \r- 49%[========> ] 10.96M 1.57MB/s eta 10s \r- 53%[=========> ] 11.76M 1.75MB/s eta 10s \r- 56%[==========> ] 12.63M 1.96MB/s eta 10s \r- 61%[===========> ] 13.60M 2.15MB/s eta 10s \r- 66%[============> ] 14.65M 2.43MB/s eta 10s \r- 70%[=============> ] 15.74M 2.68MB/s eta 5s \r- 75%[==============> ] 16.67M 2.99MB/s eta 5s \r- 79%[==============> ] 17.72M 3.20MB/s eta 5s \r- 85%[================> ] 19.05M 3.52MB/s eta 5s \r- 91%[=================> ] 20.37M 3.92MB/s eta 5s \r- 97%[==================> ] 21.56M 4.16MB/s eta 0s \r- 100%[===================>] 22.19M 4.37MB/s in 12s \r\n\r\n2018-01-26 13:45:14 (1.81 MB/s) - written to stdout [23264958/23264958]\r\n\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\r\nPython 2.7.10 (3260adbeba4a, Apr 19 2016, 17:42:20)\r\n[PyPy 5.1.0 with GCC 4.8.4]\r\n", "stdout_lines": ["--2018-01-26 13:42:48-- https://bitbucket.org/pypy/pypy/downloads/pypy-5.1.0-linux64.tar.bz2", "Resolving bitbucket.org... 104.192.143.3, 104.192.143.1, 104.192.143.2, ...", "Connecting to bitbucket.org|104.192.143.3|:443... connected.", "HTTP request sent, awaiting response... 302 Found", "Location: https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22 [following]", "--2018-01-26 13:42:49-- https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22", "Resolving bbuseruploads.s3.amazonaws.com... 54.231.82.114", "Connecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... failed: Connection timed out.", "Retrying.", "", "--2018-01-26 13:45:01-- (try: 2) https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/b4819e39-76fe-4453-8315-9d76fcbec5a2/pypy-5.1.0-linux64.tar.bz2?Signature=7g0bjugOaXivaf30w6lwHcMiLnE%3D&Expires=1516975387&AWSAccessKeyId=AKIAIQWXW6WLXMB5QZAQ&versionId=rbOyQ3EO5dhbTuz.gl60O6iXfntn7QM1&response-content-disposition=attachment%3B%20filename%3D%22pypy-5.1.0-linux64.tar.bz2%22", "Connecting to bbuseruploads.s3.amazonaws.com|54.231.82.114|:443... connected.", "HTTP request sent, awaiting response... 200 OK", "Length: 23264958 (22M) [application/x-tar]", "Saving to: 'STDOUT'", "", "", "- 0%[ ] 0 --.-KB/s ", "- 0%[ ] 24.52K 107KB/s ", "- 0%[ ] 75.52K 165KB/s ", "- 0%[ ] 126.52K 180KB/s ", "- 1%[ ] 228.52K 245KB/s ", "- 1%[ ] 364.52K 314KB/s ", "- 2%[ ] 517.52K 372KB/s ", "- 3%[ ] 721.52K 445KB/s ", "- 3%[ ] 840.52K 455KB/s ", "- 4%[ ] 1011K 487KB/s ", "- 5%[> ] 1.20M 535KB/s ", "- 6%[> ] 1.42M 574KB/s ", "- 7%[> ] 1.65M 613KB/s ", "- 8%[> ] 1.87M 644KB/s ", "- 9%[> ] 2.10M 668KB/s eta 31s ", "- 10%[=> ] 2.33M 693KB/s eta 31s ", "- 11%[=> ] 2.56M 715KB/s eta 31s ", "- 12%[=> ] 2.80M 734KB/s eta 31s ", "- 13%[=> ] 3.03M 789KB/s eta 31s ", "- 14%[=> ] 3.26M 837KB/s eta 25s ", "- 15%[==> ] 3.49M 917KB/s eta 25s ", "- 16%[==> ] 3.73M 945KB/s eta 25s ", "- 17%[==> ] 3.96M 974KB/s eta 25s ", "- 18%[==> ] 4.21M 995KB/s eta 25s ", "- 20%[===> ] 4.44M 1.00MB/s eta 22s ", "- 21%[===> ] 4.67M 1.01MB/s eta 22s ", "- 22%[===> ] 4.92M 1.02MB/s eta 22s ", "- 23%[===> ] 5.15M 1.01MB/s eta 22s ", "- 24%[===> ] 5.40M 1.03MB/s eta 22s ", "- 25%[====> ] 5.65M 1.04MB/s eta 19s ", "- 26%[====> ] 5.90M 1.02MB/s eta 19s ", "- 27%[====> ] 6.15M 1.04MB/s eta 19s ", "- 28%[====> ] 6.40M 1.05MB/s eta 19s ", "- 29%[====> ] 6.65M 1.04MB/s eta 19s ", "- 31%[=====> ] 6.90M 1.05MB/s eta 17s ", "- 32%[=====> ] 7.15M 1.06MB/s eta 17s ", "- 33%[=====> ] 7.39M 1.07MB/s eta 17s ", "- 34%[=====> ] 7.66M 1.06MB/s eta 17s ", "- 35%[======> ] 7.94M 1.07MB/s eta 17s ", "- 37%[======> ] 8.26M 1.11MB/s eta 15s ", "- 38%[======> ] 8.63M 1.14MB/s eta 15s ", "- 40%[=======> ] 9.09M 1.21MB/s eta 15s ", "- 43%[=======> ] 9.64M 1.31MB/s eta 15s ", "- 46%[========> ] 10.27M 1.46MB/s eta 15s ", "- 49%[========> ] 10.96M 1.57MB/s eta 10s ", "- 53%[=========> ] 11.76M 1.75MB/s eta 10s ", "- 56%[==========> ] 12.63M 1.96MB/s eta 10s ", "- 61%[===========> ] 13.60M 2.15MB/s eta 10s ", "- 66%[============> ] 14.65M 2.43MB/s eta 10s ", "- 70%[=============> ] 15.74M 2.68MB/s eta 5s ", "- 75%[==============> ] 16.67M 2.99MB/s eta 5s ", "- 79%[==============> ] 17.72M 3.20MB/s eta 5s ", "- 85%[================> ] 19.05M 3.52MB/s eta 5s ", "- 91%[=================> ] 20.37M 3.92MB/s eta 5s ", "- 97%[==================> ] 21.56M 4.16MB/s eta 0s ", "- 100%[===================>] 22.19M 4.37MB/s in 12s ", "", "2018-01-26 13:45:14 (1.81 MB/s) - written to stdout [23264958/23264958]", "", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "Python 2.7.10 (3260adbeba4a, Apr 19 2016, 17:42:20)", "[PyPy 5.1.0 with GCC 4.8.4]"]}
TASK [bootstrap-os : set_fact] ***********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:14 +0100 (0:02:27.229) 0:02:31.617 ********
ok: [node4] => {"ansible_facts": {"ansible_python_interpreter": "/opt/bin/python"}, "changed": false}
ok: [node2] => {"ansible_facts": {"ansible_python_interpreter": "/opt/bin/python"}, "changed": false}
ok: [node3] => {"ansible_facts": {"ansible_python_interpreter": "/opt/bin/python"}, "changed": false}
ok: [node1] => {"ansible_facts": {"ansible_python_interpreter": "/opt/bin/python"}, "changed": false}
TASK [bootstrap-os : Bootstrap | Check if we need to install pip] ************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:15 +0100 (0:00:00.509) 0:02:32.127 ********
ok: [node4] => {"changed": false, "cmd": "/opt/bin/python -m pip --version", "delta": "0:00:00.029537", "end": "2018-01-26 13:45:16.980561", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 13:45:16.951024", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: No module named pip", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: No module named pip"], "stdout": "", "stdout_lines": []}
ok: [node3] => {"changed": false, "cmd": "/opt/bin/python -m pip --version", "delta": "0:00:00.029720", "end": "2018-01-26 13:45:17.036944", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 13:45:17.007224", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: No module named pip", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: No module named pip"], "stdout": "", "stdout_lines": []}
ok: [node2] => {"changed": false, "cmd": "/opt/bin/python -m pip --version", "delta": "0:00:00.029854", "end": "2018-01-26 13:45:17.038556", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 13:45:17.008702", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: No module named pip", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: No module named pip"], "stdout": "", "stdout_lines": []}
ok: [node1] => {"changed": false, "cmd": "/opt/bin/python -m pip --version", "delta": "0:00:00.029398", "end": "2018-01-26 13:45:17.041908", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 13:45:17.012510", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: No module named pip", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: No module named pip"], "stdout": "", "stdout_lines": []}
TASK [bootstrap-os : Bootstrap | Copy get-pip.py] ****************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:17 +0100 (0:00:01.979) 0:02:34.107 ********
changed: [node2] => {"changed": true, "checksum": "b055ace1a8e50ae5eabf6b92365dbfdedcbd3ced", "dest": "/root/get-pip.py", "gid": 0, "group": "root", "md5sum": "fe348f492a4faf63572449a8baf37328", "mode": "0644", "owner": "root", "size": 1511867, "src": "/home/nazarewk/.ansible/tmp/ansible-tmp-1516974317.71-281309958855676/source", "state": "file", "uid": 0}
changed: [node3] => {"changed": true, "checksum": "b055ace1a8e50ae5eabf6b92365dbfdedcbd3ced", "dest": "/root/get-pip.py", "gid": 0, "group": "root", "md5sum": "fe348f492a4faf63572449a8baf37328", "mode": "0644", "owner": "root", "size": 1511867, "src": "/home/nazarewk/.ansible/tmp/ansible-tmp-1516974317.74-109697295286460/source", "state": "file", "uid": 0}
changed: [node4] => {"changed": true, "checksum": "b055ace1a8e50ae5eabf6b92365dbfdedcbd3ced", "dest": "/root/get-pip.py", "gid": 0, "group": "root", "md5sum": "fe348f492a4faf63572449a8baf37328", "mode": "0644", "owner": "root", "size": 1511867, "src": "/home/nazarewk/.ansible/tmp/ansible-tmp-1516974317.71-181836775350032/source", "state": "file", "uid": 0}
changed: [node1] => {"changed": true, "checksum": "b055ace1a8e50ae5eabf6b92365dbfdedcbd3ced", "dest": "/root/get-pip.py", "gid": 0, "group": "root", "md5sum": "fe348f492a4faf63572449a8baf37328", "mode": "0644", "owner": "root", "size": 1511867, "src": "/home/nazarewk/.ansible/tmp/ansible-tmp-1516974317.74-70369952289918/source", "state": "file", "uid": 0}
TASK [bootstrap-os : Bootstrap | Install pip] ********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:20 +0100 (0:00:03.465) 0:02:37.572 ********
changed: [node1] => {"changed": true, "cmd": "/opt/bin/python ~/get-pip.py", "delta": "0:00:10.185693", "end": "2018-01-26 13:45:32.428885", "rc": 0, "start": "2018-01-26 13:45:22.243192", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting pip\n Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)\nCollecting setuptools\n Downloading setuptools-38.4.0-py2.py3-none-any.whl (489kB)\nCollecting wheel\n Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)\nInstalling collected packages: pip, setuptools, wheel\nSuccessfully installed pip-9.0.1 setuptools-38.4.0 wheel-0.30.0", "stdout_lines": ["Collecting pip", " Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)", "Collecting setuptools", " Downloading setuptools-38.4.0-py2.py3-none-any.whl (489kB)", "Collecting wheel", " Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)", "Installing collected packages: pip, setuptools, wheel", "Successfully installed pip-9.0.1 setuptools-38.4.0 wheel-0.30.0"]}
changed: [node3] => {"changed": true, "cmd": "/opt/bin/python ~/get-pip.py", "delta": "0:00:10.555543", "end": "2018-01-26 13:45:32.801510", "rc": 0, "start": "2018-01-26 13:45:22.245967", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting pip\n Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)\nCollecting setuptools\n Downloading setuptools-38.4.0-py2.py3-none-any.whl (489kB)\nCollecting wheel\n Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)\nInstalling collected packages: pip, setuptools, wheel\nSuccessfully installed pip-9.0.1 setuptools-38.4.0 wheel-0.30.0", "stdout_lines": ["Collecting pip", " Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)", "Collecting setuptools", " Downloading setuptools-38.4.0-py2.py3-none-any.whl (489kB)", "Collecting wheel", " Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)", "Installing collected packages: pip, setuptools, wheel", "Successfully installed pip-9.0.1 setuptools-38.4.0 wheel-0.30.0"]}
changed: [node2] => {"changed": true, "cmd": "/opt/bin/python ~/get-pip.py", "delta": "0:00:10.614000", "end": "2018-01-26 13:45:32.863892", "rc": 0, "start": "2018-01-26 13:45:22.249892", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting pip\n Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)\nCollecting setuptools\n Downloading setuptools-38.4.0-py2.py3-none-any.whl (489kB)\nCollecting wheel\n Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)\nInstalling collected packages: pip, setuptools, wheel\nSuccessfully installed pip-9.0.1 setuptools-38.4.0 wheel-0.30.0", "stdout_lines": ["Collecting pip", " Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)", "Collecting setuptools", " Downloading setuptools-38.4.0-py2.py3-none-any.whl (489kB)", "Collecting wheel", " Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)", "Installing collected packages: pip, setuptools, wheel", "Successfully installed pip-9.0.1 setuptools-38.4.0 wheel-0.30.0"]}
changed: [node4] => {"changed": true, "cmd": "/opt/bin/python ~/get-pip.py", "delta": "0:00:10.635896", "end": "2018-01-26 13:45:32.892443", "rc": 0, "start": "2018-01-26 13:45:22.256547", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting pip\n Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)\nCollecting setuptools\n Downloading setuptools-38.4.0-py2.py3-none-any.whl (489kB)\nCollecting wheel\n Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)\nInstalling collected packages: pip, setuptools, wheel\nSuccessfully installed pip-9.0.1 setuptools-38.4.0 wheel-0.30.0", "stdout_lines": ["Collecting pip", " Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)", "Collecting setuptools", " Downloading setuptools-38.4.0-py2.py3-none-any.whl (489kB)", "Collecting wheel", " Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)", "Installing collected packages: pip, setuptools, wheel", "Successfully installed pip-9.0.1 setuptools-38.4.0 wheel-0.30.0"]}
TASK [bootstrap-os : Bootstrap | Remove get-pip.py] **************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:32 +0100 (0:00:12.379) 0:02:49.951 ********
changed: [node4] => {"changed": true, "path": "/root/get-pip.py", "state": "absent"}
changed: [node1] => {"changed": true, "path": "/root/get-pip.py", "state": "absent"}
changed: [node2] => {"changed": true, "path": "/root/get-pip.py", "state": "absent"}
changed: [node3] => {"changed": true, "path": "/root/get-pip.py", "state": "absent"}
TASK [bootstrap-os : Bootstrap | Install pip launcher] ***********************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:34 +0100 (0:00:01.883) 0:02:51.834 ********
changed: [node1] => {"changed": true, "checksum": "37aae2b43ae779c4b702759b570e0167c697bf01", "dest": "/opt/bin/pip", "gid": 0, "group": "root", "md5sum": "bebff2e164c233dc7c4028da0d8370d3", "mode": "0755", "owner": "root", "size": 115, "src": "/home/nazarewk/.ansible/tmp/ansible-tmp-1516974335.38-163204282552979/source", "state": "file", "uid": 0}
changed: [node4] => {"changed": true, "checksum": "37aae2b43ae779c4b702759b570e0167c697bf01", "dest": "/opt/bin/pip", "gid": 0, "group": "root", "md5sum": "bebff2e164c233dc7c4028da0d8370d3", "mode": "0755", "owner": "root", "size": 115, "src": "/home/nazarewk/.ansible/tmp/ansible-tmp-1516974335.41-55771294637920/source", "state": "file", "uid": 0}
changed: [node3] => {"changed": true, "checksum": "37aae2b43ae779c4b702759b570e0167c697bf01", "dest": "/opt/bin/pip", "gid": 0, "group": "root", "md5sum": "bebff2e164c233dc7c4028da0d8370d3", "mode": "0755", "owner": "root", "size": 115, "src": "/home/nazarewk/.ansible/tmp/ansible-tmp-1516974335.38-74288921642636/source", "state": "file", "uid": 0}
changed: [node2] => {"changed": true, "checksum": "37aae2b43ae779c4b702759b570e0167c697bf01", "dest": "/opt/bin/pip", "gid": 0, "group": "root", "md5sum": "bebff2e164c233dc7c4028da0d8370d3", "mode": "0755", "owner": "root", "size": 115, "src": "/home/nazarewk/.ansible/tmp/ansible-tmp-1516974335.41-271028549177305/source", "state": "file", "uid": 0}
TASK [bootstrap-os : Install required python modules] ************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:37 +0100 (0:00:02.776) 0:02:54.610 ********
changed: [node4] => (item=httplib2) => {"changed": true, "cmd": "/opt/bin/pip install httplib2", "item": "httplib2", "name": ["httplib2"], "requirements": null, "state": "present", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting httplib2\n Downloading httplib2-0.10.3.tar.gz (204kB)\nBuilding wheels for collected packages: httplib2\n Running setup.py bdist_wheel for httplib2: started\n Running setup.py bdist_wheel for httplib2: finished with status 'done'\n Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c\nSuccessfully built httplib2\nInstalling collected packages: httplib2\nSuccessfully installed httplib2-0.10.3\n", "stdout_lines": ["Collecting httplib2", " Downloading httplib2-0.10.3.tar.gz (204kB)", "Building wheels for collected packages: httplib2", " Running setup.py bdist_wheel for httplib2: started", " Running setup.py bdist_wheel for httplib2: finished with status 'done'", " Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c", "Successfully built httplib2", "Installing collected packages: httplib2", "Successfully installed httplib2-0.10.3"], "version": null, "virtualenv": null}
changed: [node2] => (item=httplib2) => {"changed": true, "cmd": "/opt/bin/pip install httplib2", "item": "httplib2", "name": ["httplib2"], "requirements": null, "state": "present", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting httplib2\n Downloading httplib2-0.10.3.tar.gz (204kB)\nBuilding wheels for collected packages: httplib2\n Running setup.py bdist_wheel for httplib2: started\n Running setup.py bdist_wheel for httplib2: finished with status 'done'\n Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c\nSuccessfully built httplib2\nInstalling collected packages: httplib2\nSuccessfully installed httplib2-0.10.3\n", "stdout_lines": ["Collecting httplib2", " Downloading httplib2-0.10.3.tar.gz (204kB)", "Building wheels for collected packages: httplib2", " Running setup.py bdist_wheel for httplib2: started", " Running setup.py bdist_wheel for httplib2: finished with status 'done'", " Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c", "Successfully built httplib2", "Installing collected packages: httplib2", "Successfully installed httplib2-0.10.3"], "version": null, "virtualenv": null}
changed: [node1] => (item=httplib2) => {"changed": true, "cmd": "/opt/bin/pip install httplib2", "item": "httplib2", "name": ["httplib2"], "requirements": null, "state": "present", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting httplib2\n Downloading httplib2-0.10.3.tar.gz (204kB)\nBuilding wheels for collected packages: httplib2\n Running setup.py bdist_wheel for httplib2: started\n Running setup.py bdist_wheel for httplib2: finished with status 'done'\n Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c\nSuccessfully built httplib2\nInstalling collected packages: httplib2\nSuccessfully installed httplib2-0.10.3\n", "stdout_lines": ["Collecting httplib2", " Downloading httplib2-0.10.3.tar.gz (204kB)", "Building wheels for collected packages: httplib2", " Running setup.py bdist_wheel for httplib2: started", " Running setup.py bdist_wheel for httplib2: finished with status 'done'", " Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c", "Successfully built httplib2", "Installing collected packages: httplib2", "Successfully installed httplib2-0.10.3"], "version": null, "virtualenv": null}
changed: [node3] => (item=httplib2) => {"changed": true, "cmd": "/opt/bin/pip install httplib2", "item": "httplib2", "name": ["httplib2"], "requirements": null, "state": "present", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting httplib2\n Downloading httplib2-0.10.3.tar.gz (204kB)\nBuilding wheels for collected packages: httplib2\n Running setup.py bdist_wheel for httplib2: started\n Running setup.py bdist_wheel for httplib2: finished with status 'done'\n Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c\nSuccessfully built httplib2\nInstalling collected packages: httplib2\nSuccessfully installed httplib2-0.10.3\n", "stdout_lines": ["Collecting httplib2", " Downloading httplib2-0.10.3.tar.gz (204kB)", "Building wheels for collected packages: httplib2", " Running setup.py bdist_wheel for httplib2: started", " Running setup.py bdist_wheel for httplib2: finished with status 'done'", " Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c", "Successfully built httplib2", "Installing collected packages: httplib2", "Successfully installed httplib2-0.10.3"], "version": null, "virtualenv": null}
changed: [node2] => (item=six) => {"changed": true, "cmd": "/opt/bin/pip install six", "item": "six", "name": ["six"], "requirements": null, "state": "present", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting six\n Downloading six-1.11.0-py2.py3-none-any.whl\nInstalling collected packages: six\nSuccessfully installed six-1.11.0\n", "stdout_lines": ["Collecting six", " Downloading six-1.11.0-py2.py3-none-any.whl", "Installing collected packages: six", "Successfully installed six-1.11.0"], "version": null, "virtualenv": null}
changed: [node4] => (item=six) => {"changed": true, "cmd": "/opt/bin/pip install six", "item": "six", "name": ["six"], "requirements": null, "state": "present", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting six\n Downloading six-1.11.0-py2.py3-none-any.whl\nInstalling collected packages: six\nSuccessfully installed six-1.11.0\n", "stdout_lines": ["Collecting six", " Downloading six-1.11.0-py2.py3-none-any.whl", "Installing collected packages: six", "Successfully installed six-1.11.0"], "version": null, "virtualenv": null}
changed: [node3] => (item=six) => {"changed": true, "cmd": "/opt/bin/pip install six", "item": "six", "name": ["six"], "requirements": null, "state": "present", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting six\n Downloading six-1.11.0-py2.py3-none-any.whl\nInstalling collected packages: six\nSuccessfully installed six-1.11.0\n", "stdout_lines": ["Collecting six", " Downloading six-1.11.0-py2.py3-none-any.whl", "Installing collected packages: six", "Successfully installed six-1.11.0"], "version": null, "virtualenv": null}
changed: [node1] => (item=six) => {"changed": true, "cmd": "/opt/bin/pip install six", "item": "six", "name": ["six"], "requirements": null, "state": "present", "stderr": "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)\n", "stderr_lines": ["/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)", "/opt/bin/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /opt/bin/pypy/bin/libpypy-c.so)"], "stdout": "Collecting six\n Downloading six-1.11.0-py2.py3-none-any.whl\nInstalling collected packages: six\nSuccessfully installed six-1.11.0\n", "stdout_lines": ["Collecting six", " Downloading six-1.11.0-py2.py3-none-any.whl", "Installing collected packages: six", "Successfully installed six-1.11.0"], "version": null, "virtualenv": null}
TASK [bootstrap-os : Check presence of fastestmirror.conf] *******************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:43 +0100 (0:00:06.316) 0:03:00.927 ********
TASK [bootstrap-os : Disable fastestmirror plugin] ***************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:44 +0100 (0:00:00.112) 0:03:01.040 ********
TASK [bootstrap-os : Install packages requirements for bootstrap] ************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:44 +0100 (0:00:00.106) 0:03:01.147 ********
TASK [bootstrap-os : Remove require tty] *************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:44 +0100 (0:00:00.101) 0:03:01.248 ********
ok: [node1] => {"changed": false, "msg": "file not present"}
ok: [node2] => {"changed": false, "msg": "file not present"}
ok: [node3] => {"changed": false, "msg": "file not present"}
ok: [node4] => {"changed": false, "msg": "file not present"}
TASK [bootstrap-os : check if atomic host] ***********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:46 +0100 (0:00:02.447) 0:03:03.696 ********
ok: [node4] => {"changed": false, "stat": {"exists": false}}
ok: [node2] => {"changed": false, "stat": {"exists": false}}
ok: [node3] => {"changed": false, "stat": {"exists": false}}
ok: [node1] => {"changed": false, "stat": {"exists": false}}
TASK [bootstrap-os : set_fact] ***********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:48 +0100 (0:00:01.369) 0:03:05.066 ********
ok: [node3] => {"ansible_facts": {"is_atomic": false}, "changed": false}
ok: [node2] => {"ansible_facts": {"is_atomic": false}, "changed": false}
ok: [node1] => {"ansible_facts": {"is_atomic": false}, "changed": false}
ok: [node4] => {"ansible_facts": {"is_atomic": false}, "changed": false}
TASK [bootstrap-os : Gather nodes hostnames] *********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:48 +0100 (0:00:00.408) 0:03:05.474 ********
ok: [node4]
ok: [node1]
ok: [node2]
ok: [node3]
TASK [bootstrap-os : Assign inventory name to unconfigured hostnames (non-CoreOS)] *******************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:52 +0100 (0:00:03.637) 0:03:09.112 ********
TASK [bootstrap-os : Assign inventory name to unconfigured hostnames (CoreOS only)] ******************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:52 +0100 (0:00:00.106) 0:03:09.219 ********
changed: [node3] => {"changed": true, "cmd": ["hostnamectl", "set-hostname", "node3"], "delta": "0:00:00.123453", "end": "2018-01-26 13:45:53.686505", "rc": 0, "start": "2018-01-26 13:45:53.563052", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
TASK [bootstrap-os : Update hostname fact (CoreOS only)] *********************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:53 +0100 (0:00:01.526) 0:03:10.745 ********
ok: [node3]
PLAY [k8s-cluster:etcd:calico-rr] ********************************************************************************************************************************************************************************************************************************************************
TASK [Gathering Facts] *******************************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:55 +0100 (0:00:01.452) 0:03:12.197 ********
ok: [node3]
ok: [node4]
ok: [node2]
ok: [node1]
PLAY [k8s-cluster:etcd:calico-rr] ********************************************************************************************************************************************************************************************************************************************************
TASK [download : Register docker images info] ********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:57 +0100 (0:00:02.145) 0:03:14.343 ********
TASK [download : container_download | Create dest directory for saved/loaded container images] *******************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:57 +0100 (0:00:00.118) 0:03:14.461 ********
TASK [download : container_download | create local directory for saved/loaded container images] ******************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:57 +0100 (0:00:00.130) 0:03:14.592 ********
TASK [download : Download items] *********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:57 +0100 (0:00:00.040) 0:03:14.632 ********
TASK [download : Sync container] *********************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:57 +0100 (0:00:00.204) 0:03:14.837 ********
TASK [kubespray-defaults : Configure defaults] *******************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:58 +0100 (0:00:00.224) 0:03:15.062 ********
ok: [node3] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
ok: [node2] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
ok: [node1] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
ok: [node4] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
TASK [adduser : User | Create User Group] ************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:45:59 +0100 (0:00:01.057) 0:03:16.120 ********
changed: [node1] => {"changed": true, "gid": 149, "name": "kube-cert", "state": "present", "system": true}
changed: [node3] => {"changed": true, "gid": 149, "name": "kube-cert", "state": "present", "system": true}
changed: [node4] => {"changed": true, "gid": 149, "name": "kube-cert", "state": "present", "system": true}
changed: [node2] => {"changed": true, "gid": 149, "name": "kube-cert", "state": "present", "system": true}
TASK [adduser : User | Create User] ******************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:01 +0100 (0:00:02.086) 0:03:18.207 ********
changed: [node3] => {"changed": true, "comment": "Kubernetes user", "createhome": true, "group": 149, "home": "/home/kube", "name": "kube", "shell": "/sbin/nologin", "state": "present", "system": true, "uid": 252}
changed: [node2] => {"changed": true, "comment": "Kubernetes user", "createhome": true, "group": 149, "home": "/home/kube", "name": "kube", "shell": "/sbin/nologin", "state": "present", "system": true, "uid": 252}
changed: [node4] => {"changed": true, "comment": "Kubernetes user", "createhome": true, "group": 149, "home": "/home/kube", "name": "kube", "shell": "/sbin/nologin", "state": "present", "system": true, "uid": 252}
changed: [node1] => {"changed": true, "comment": "Kubernetes user", "createhome": true, "group": 149, "home": "/home/kube", "name": "kube", "shell": "/sbin/nologin", "state": "present", "system": true, "uid": 252}
TASK [kubernetes/preinstall : Stop if ansible version is too low] ************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:02 +0100 (0:00:01.781) 0:03:19.989 ********
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if non systemd OS type] *******************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:03 +0100 (0:00:00.713) 0:03:20.702 ********
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node2] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node3] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node4] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if unknown OS] ****************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:04 +0100 (0:00:00.949) 0:03:21.652 ********
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node2] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node4] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node3] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if unknown network plugin] ****************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:05 +0100 (0:00:00.965) 0:03:22.617 ********
TASK [kubernetes/preinstall : Stop if incompatible network plugin and cloudprovider] *****************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:05 +0100 (0:00:00.113) 0:03:22.731 ********
TASK [kubernetes/preinstall : Stop if known booleans are set as strings (Use JSON format on CLI: -e "{'key': true }")] *******************************************************************************************************************************************************************
Friday 26 January 2018 14:46:05 +0100 (0:00:00.111) 0:03:22.843 ********
ok: [node1] => (item={u'name': u'kubeadm_enabled', u'value': False}) => {
"changed": false,
"item": {
"name": "kubeadm_enabled",
"value": false
},
"msg": "All assertions passed"
}
ok: [node1] => (item={u'name': u'download_run_once', u'value': True}) => {
"changed": false,
"item": {
"name": "download_run_once",
"value": true
},
"msg": "All assertions passed"
}
ok: [node1] => (item={u'name': u'deploy_netchecker', u'value': False}) => {
"changed": false,
"item": {
"name": "deploy_netchecker",
"value": false
},
"msg": "All assertions passed"
}
ok: [node1] => (item={u'name': u'download_always_pull', u'value': False}) => {
"changed": false,
"item": {
"name": "download_always_pull",
"value": false
},
"msg": "All assertions passed"
}
ok: [node1] => (item={u'name': u'efk_enabled', u'value': False}) => {
"changed": false,
"item": {
"name": "efk_enabled",
"value": false
},
"msg": "All assertions passed"
}
ok: [node1] => (item={u'name': u'helm_enabled', u'value': False}) => {
"changed": false,
"item": {
"name": "helm_enabled",
"value": false
},
"msg": "All assertions passed"
}
ok: [node1] => (item={u'name': u'openstack_lbaas_enabled', u'value': False}) => {
"changed": false,
"item": {
"name": "openstack_lbaas_enabled",
"value": false
},
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if even number of etcd hosts] *************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:08 +0100 (0:00:02.945) 0:03:25.788 ********
ok: [node4] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node3] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node2] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if memory is too small for masters] *******************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:09 +0100 (0:00:01.123) 0:03:26.912 ********
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node2] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if memory is too small for nodes] *********************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:10 +0100 (0:00:00.829) 0:03:27.741 ********
ok: [node4] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node2] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node3] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if ip var does not match local ips] *******************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:11 +0100 (0:00:01.102) 0:03:28.844 ********
ok: [node4] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node3] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node2] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if access_ip is not pingable] *************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:12 +0100 (0:00:01.005) 0:03:29.849 ********
TASK [kubernetes/preinstall : Stop if swap enabled] **************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:12 +0100 (0:00:00.113) 0:03:29.963 ********
ok: [node3] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node4] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node2] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if RBAC is not enabled when dashboard is enabled] *****************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:13 +0100 (0:00:00.959) 0:03:30.922 ********
ok: [node1] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node2] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node4] => {
"changed": false,
"msg": "All assertions passed"
}
ok: [node3] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [kubernetes/preinstall : Stop if RBAC and anonymous-auth are not enabled when insecure port is disabled] ****************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:14 +0100 (0:00:00.981) 0:03:31.904 ********
TASK [kubernetes/preinstall : Force binaries directory for Container Linux by CoreOS] ****************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:15 +0100 (0:00:00.125) 0:03:32.030 ********
ok: [node1] => {"ansible_facts": {"bin_dir": "/opt/bin"}, "changed": false}
ok: [node4] => {"ansible_facts": {"bin_dir": "/opt/bin"}, "changed": false}
ok: [node3] => {"ansible_facts": {"bin_dir": "/opt/bin"}, "changed": false}
ok: [node2] => {"ansible_facts": {"bin_dir": "/opt/bin"}, "changed": false}
TASK [kubernetes/preinstall : check bin dir exists] **************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:16 +0100 (0:00:01.091) 0:03:33.122 ********
ok: [node3] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/opt/bin", "size": 120, "state": "directory", "uid": 0}
ok: [node2] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/opt/bin", "size": 120, "state": "directory", "uid": 0}
ok: [node1] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/opt/bin", "size": 120, "state": "directory", "uid": 0}
ok: [node4] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/opt/bin", "size": 120, "state": "directory", "uid": 0}
TASK [kubernetes/preinstall : check if atomic host] **************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:17 +0100 (0:00:01.263) 0:03:34.385 ********
ok: [node3] => {"changed": false, "stat": {"exists": false}}
ok: [node1] => {"changed": false, "stat": {"exists": false}}
ok: [node4] => {"changed": false, "stat": {"exists": false}}
ok: [node2] => {"changed": false, "stat": {"exists": false}}
TASK [kubernetes/preinstall : set_fact] **************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:18 +0100 (0:00:01.575) 0:03:35.960 ********
ok: [node1] => {"ansible_facts": {"is_atomic": false}, "changed": false}
ok: [node2] => {"ansible_facts": {"is_atomic": false}, "changed": false}
ok: [node3] => {"ansible_facts": {"is_atomic": false}, "changed": false}
ok: [node4] => {"ansible_facts": {"is_atomic": false}, "changed": false}
TASK [kubernetes/preinstall : set_fact] **************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:19 +0100 (0:00:01.001) 0:03:36.961 ********
TASK [kubernetes/preinstall : check resolvconf] ******************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:20 +0100 (0:00:00.113) 0:03:37.075 ********
ok: [node4] => {"changed": false, "cmd": "which resolvconf", "delta": "0:00:00.004465", "end": "2018-01-26 13:46:21.319465", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 13:46:21.315000", "stderr": "which: no resolvconf in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)", "stderr_lines": ["which: no resolvconf in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)"], "stdout": "", "stdout_lines": []}
ok: [node1] => {"changed": false, "cmd": "which resolvconf", "delta": "0:00:00.004398", "end": "2018-01-26 13:46:21.319464", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 13:46:21.315066", "stderr": "which: no resolvconf in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)", "stderr_lines": ["which: no resolvconf in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)"], "stdout": "", "stdout_lines": []}
ok: [node2] => {"changed": false, "cmd": "which resolvconf", "delta": "0:00:00.004508", "end": "2018-01-26 13:46:21.345459", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 13:46:21.340951", "stderr": "which: no resolvconf in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)", "stderr_lines": ["which: no resolvconf in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)"], "stdout": "", "stdout_lines": []}
ok: [node3] => {"changed": false, "cmd": "which resolvconf", "delta": "0:00:00.004332", "end": "2018-01-26 13:46:21.346945", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2018-01-26 13:46:21.342613", "stderr": "which: no resolvconf in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)", "stderr_lines": ["which: no resolvconf in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)"], "stdout": "", "stdout_lines": []}
TASK [kubernetes/preinstall : set_fact] **************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:21 +0100 (0:00:01.331) 0:03:38.406 ********
ok: [node2] => {"ansible_facts": {"resolvconf": false}, "changed": false}
ok: [node1] => {"ansible_facts": {"resolvconf": false}, "changed": false}
ok: [node4] => {"ansible_facts": {"resolvconf": false}, "changed": false}
ok: [node3] => {"ansible_facts": {"resolvconf": false}, "changed": false}
TASK [kubernetes/preinstall : set_fact] **************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:22 +0100 (0:00:01.027) 0:03:39.434 ********
ok: [node1] => {"ansible_facts": {"bogus_domains": "cluster.local.default.svc.cluster.local./default.svc.cluster.local.default.svc.cluster.local./com.default.svc.cluster.local./cluster.local.svc.cluster.local./svc.cluster.local.svc.cluster.local./com.svc.cluster.local./", "default_resolver": "8.8.8.8"}, "changed": false}
ok: [node3] => {"ansible_facts": {"bogus_domains": "cluster.local.default.svc.cluster.local./default.svc.cluster.local.default.svc.cluster.local./com.default.svc.cluster.local./cluster.local.svc.cluster.local./svc.cluster.local.svc.cluster.local./com.svc.cluster.local./", "default_resolver": "8.8.8.8"}, "changed": false}
ok: [node2] => {"ansible_facts": {"bogus_domains": "cluster.local.default.svc.cluster.local./default.svc.cluster.local.default.svc.cluster.local./com.default.svc.cluster.local./cluster.local.svc.cluster.local./svc.cluster.local.svc.cluster.local./com.svc.cluster.local./", "default_resolver": "8.8.8.8"}, "changed": false}
ok: [node4] => {"ansible_facts": {"bogus_domains": "cluster.local.default.svc.cluster.local./default.svc.cluster.local.default.svc.cluster.local./com.default.svc.cluster.local./cluster.local.svc.cluster.local./svc.cluster.local.svc.cluster.local./com.svc.cluster.local./", "default_resolver": "8.8.8.8"}, "changed": false}
TASK [kubernetes/preinstall : check if kubelet is configured] ****************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:23 +0100 (0:00:01.095) 0:03:40.530 ********
ok: [node4] => {"changed": false, "stat": {"exists": false}}
ok: [node2] => {"changed": false, "stat": {"exists": false}}
ok: [node3] => {"changed": false, "stat": {"exists": false}}
ok: [node1] => {"changed": false, "stat": {"exists": false}}
TASK [kubernetes/preinstall : check if early DNS configuration stage] ********************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:25 +0100 (0:00:01.815) 0:03:42.345 ********
ok: [node3] => {"ansible_facts": {"dns_early": true}, "changed": false}
ok: [node2] => {"ansible_facts": {"dns_early": true}, "changed": false}
ok: [node4] => {"ansible_facts": {"dns_early": true}, "changed": false}
ok: [node1] => {"ansible_facts": {"dns_early": true}, "changed": false}
TASK [kubernetes/preinstall : target resolv.conf files] **********************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:26 +0100 (0:00:01.232) 0:03:43.577 ********
TASK [kubernetes/preinstall : target temporary resolvconf cloud init file (Container Linux by CoreOS)] ***********************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:26 +0100 (0:00:00.120) 0:03:43.698 ********
ok: [node3] => {"ansible_facts": {"resolvconffile": "/tmp/resolveconf_cloud_init_conf"}, "changed": false}
ok: [node2] => {"ansible_facts": {"resolvconffile": "/tmp/resolveconf_cloud_init_conf"}, "changed": false}
ok: [node1] => {"ansible_facts": {"resolvconffile": "/tmp/resolveconf_cloud_init_conf"}, "changed": false}
ok: [node4] => {"ansible_facts": {"resolvconffile": "/tmp/resolveconf_cloud_init_conf"}, "changed": false}
TASK [kubernetes/preinstall : check if /etc/dhclient.conf exists] ************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:27 +0100 (0:00:01.084) 0:03:44.783 ********
ok: [node2] => {"changed": false, "stat": {"exists": false}}
ok: [node1] => {"changed": false, "stat": {"exists": false}}
ok: [node4] => {"changed": false, "stat": {"exists": false}}
ok: [node3] => {"changed": false, "stat": {"exists": false}}
TASK [kubernetes/preinstall : target dhclient conf file for /etc/dhclient.conf] **********************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:29 +0100 (0:00:01.330) 0:03:46.114 ********
TASK [kubernetes/preinstall : check if /etc/dhcp/dhclient.conf exists] *******************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:29 +0100 (0:00:00.135) 0:03:46.250 ********
ok: [node4] => {"changed": false, "stat": {"exists": false}}
ok: [node2] => {"changed": false, "stat": {"exists": false}}
ok: [node1] => {"changed": false, "stat": {"exists": false}}
ok: [node3] => {"changed": false, "stat": {"exists": false}}
TASK [kubernetes/preinstall : target dhclient conf file for /etc/dhcp/dhclient.conf] *****************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:30 +0100 (0:00:01.529) 0:03:47.780 ********
TASK [kubernetes/preinstall : target dhclient hook file for Red Hat family] **************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:30 +0100 (0:00:00.115) 0:03:47.895 ********
TASK [kubernetes/preinstall : target dhclient hook file for Debian family] ***************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:30 +0100 (0:00:00.115) 0:03:48.010 ********
TASK [kubernetes/preinstall : generate search domains to resolvconf] *********************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:31 +0100 (0:00:00.111) 0:03:48.121 ********
ok: [node1] => {"ansible_facts": {"domainentry": "domain cluster.local", "searchentries": "search default.svc.cluster.local svc.cluster.local", "supersede_domain": "supersede domain-name \"cluster.local\";", "supersede_search": "supersede domain-search \"default.svc.cluster.local\", \"svc.cluster.local\";"}, "changed": false}
ok: [node2] => {"ansible_facts": {"domainentry": "domain cluster.local", "searchentries": "search default.svc.cluster.local svc.cluster.local", "supersede_domain": "supersede domain-name \"cluster.local\";", "supersede_search": "supersede domain-search \"default.svc.cluster.local\", \"svc.cluster.local\";"}, "changed": false}
ok: [node3] => {"ansible_facts": {"domainentry": "domain cluster.local", "searchentries": "search default.svc.cluster.local svc.cluster.local", "supersede_domain": "supersede domain-name \"cluster.local\";", "supersede_search": "supersede domain-search \"default.svc.cluster.local\", \"svc.cluster.local\";"}, "changed": false}
ok: [node4] => {"ansible_facts": {"domainentry": "domain cluster.local", "searchentries": "search default.svc.cluster.local svc.cluster.local", "supersede_domain": "supersede domain-name \"cluster.local\";", "supersede_search": "supersede domain-search \"default.svc.cluster.local\", \"svc.cluster.local\";"}, "changed": false}
TASK [kubernetes/preinstall : pick dnsmasq cluster IP or default resolver] ***************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:32 +0100 (0:00:01.048) 0:03:49.170 ********
ok: [node2] => {"ansible_facts": {"dnsmasq_server": []}, "changed": false}
ok: [node1] => {"ansible_facts": {"dnsmasq_server": []}, "changed": false}
ok: [node3] => {"ansible_facts": {"dnsmasq_server": []}, "changed": false}
ok: [node4] => {"ansible_facts": {"dnsmasq_server": []}, "changed": false}
TASK [kubernetes/preinstall : generate nameservers to resolvconf] ************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:33 +0100 (0:00:01.017) 0:03:50.188 ********
ok: [node4] => {"ansible_facts": {"nameserverentries": "nameserver 8.8.8.8", "supersede_nameserver": "supersede domain-name-servers 8.8.8.8;"}, "changed": false}
ok: [node2] => {"ansible_facts": {"nameserverentries": "nameserver 8.8.8.8", "supersede_nameserver": "supersede domain-name-servers 8.8.8.8;"}, "changed": false}
ok: [node1] => {"ansible_facts": {"nameserverentries": "nameserver 8.8.8.8", "supersede_nameserver": "supersede domain-name-servers 8.8.8.8;"}, "changed": false}
ok: [node3] => {"ansible_facts": {"nameserverentries": "nameserver 8.8.8.8", "supersede_nameserver": "supersede domain-name-servers 8.8.8.8;"}, "changed": false}
TASK [kubernetes/preinstall : gather os specific variables] ******************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:34 +0100 (0:00:01.349) 0:03:51.537 ********
TASK [kubernetes/preinstall : Create kubernetes directories] *****************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:34 +0100 (0:00:00.122) 0:03:51.659 ********
changed: [node1] => (item=/etc/kubernetes) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes", "size": 40, "state": "directory", "uid": 252}
changed: [node4] => (item=/etc/kubernetes) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes", "size": 40, "state": "directory", "uid": 252}
changed: [node3] => (item=/etc/kubernetes) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes", "size": 40, "state": "directory", "uid": 252}
changed: [node2] => (item=/etc/kubernetes) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes", "size": 40, "state": "directory", "uid": 252}
changed: [node2] => (item=/etc/kubernetes/ssl) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes/ssl", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes/ssl", "size": 40, "state": "directory", "uid": 252}
changed: [node1] => (item=/etc/kubernetes/ssl) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes/ssl", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes/ssl", "size": 40, "state": "directory", "uid": 252}
changed: [node4] => (item=/etc/kubernetes/ssl) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes/ssl", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes/ssl", "size": 40, "state": "directory", "uid": 252}
changed: [node3] => (item=/etc/kubernetes/ssl) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes/ssl", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes/ssl", "size": 40, "state": "directory", "uid": 252}
changed: [node2] => (item=/etc/kubernetes/manifests) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes/manifests", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes/manifests", "size": 40, "state": "directory", "uid": 252}
changed: [node4] => (item=/etc/kubernetes/manifests) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes/manifests", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes/manifests", "size": 40, "state": "directory", "uid": 252}
changed: [node1] => (item=/etc/kubernetes/manifests) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes/manifests", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes/manifests", "size": 40, "state": "directory", "uid": 252}
changed: [node3] => (item=/etc/kubernetes/manifests) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/kubernetes/manifests", "mode": "0755", "owner": "kube", "path": "/etc/kubernetes/manifests", "size": 40, "state": "directory", "uid": 252}
changed: [node4] => (item=/opt/bin/kubernetes-scripts) => {"changed": true, "gid": 0, "group": "root", "item": "/opt/bin/kubernetes-scripts", "mode": "0755", "owner": "kube", "path": "/opt/bin/kubernetes-scripts", "size": 40, "state": "directory", "uid": 252}
changed: [node2] => (item=/opt/bin/kubernetes-scripts) => {"changed": true, "gid": 0, "group": "root", "item": "/opt/bin/kubernetes-scripts", "mode": "0755", "owner": "kube", "path": "/opt/bin/kubernetes-scripts", "size": 40, "state": "directory", "uid": 252}
changed: [node3] => (item=/opt/bin/kubernetes-scripts) => {"changed": true, "gid": 0, "group": "root", "item": "/opt/bin/kubernetes-scripts", "mode": "0755", "owner": "kube", "path": "/opt/bin/kubernetes-scripts", "size": 40, "state": "directory", "uid": 252}
changed: [node1] => (item=/opt/bin/kubernetes-scripts) => {"changed": true, "gid": 0, "group": "root", "item": "/opt/bin/kubernetes-scripts", "mode": "0755", "owner": "kube", "path": "/opt/bin/kubernetes-scripts", "size": 40, "state": "directory", "uid": 252}
changed: [node4] => (item=/mnt/disks) => {"changed": true, "gid": 0, "group": "root", "item": "/mnt/disks", "mode": "0755", "owner": "kube", "path": "/mnt/disks", "size": 40, "state": "directory", "uid": 252}
changed: [node2] => (item=/mnt/disks) => {"changed": true, "gid": 0, "group": "root", "item": "/mnt/disks", "mode": "0755", "owner": "kube", "path": "/mnt/disks", "size": 40, "state": "directory", "uid": 252}
changed: [node1] => (item=/mnt/disks) => {"changed": true, "gid": 0, "group": "root", "item": "/mnt/disks", "mode": "0755", "owner": "kube", "path": "/mnt/disks", "size": 40, "state": "directory", "uid": 252}
changed: [node3] => (item=/mnt/disks) => {"changed": true, "gid": 0, "group": "root", "item": "/mnt/disks", "mode": "0755", "owner": "kube", "path": "/mnt/disks", "size": 40, "state": "directory", "uid": 252}
TASK [kubernetes/preinstall : check cloud_provider value] ********************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:39 +0100 (0:00:04.966) 0:03:56.625 ********
TASK [kubernetes/preinstall : include] ***************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:39 +0100 (0:00:00.108) 0:03:56.734 ********
TASK [kubernetes/preinstall : Create cni directories] ************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:39 +0100 (0:00:00.104) 0:03:56.839 ********
changed: [node2] => (item=/etc/cni/net.d) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/cni/net.d", "mode": "0755", "owner": "kube", "path": "/etc/cni/net.d", "size": 40, "state": "directory", "uid": 252}
changed: [node4] => (item=/etc/cni/net.d) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/cni/net.d", "mode": "0755", "owner": "kube", "path": "/etc/cni/net.d", "size": 40, "state": "directory", "uid": 252}
changed: [node1] => (item=/etc/cni/net.d) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/cni/net.d", "mode": "0755", "owner": "kube", "path": "/etc/cni/net.d", "size": 40, "state": "directory", "uid": 252}
changed: [node3] => (item=/etc/cni/net.d) => {"changed": true, "gid": 0, "group": "root", "item": "/etc/cni/net.d", "mode": "0755", "owner": "kube", "path": "/etc/cni/net.d", "size": 40, "state": "directory", "uid": 252}
changed: [node2] => (item=/opt/cni/bin) => {"changed": true, "gid": 0, "group": "root", "item": "/opt/cni/bin", "mode": "0755", "owner": "kube", "path": "/opt/cni/bin", "size": 40, "state": "directory", "uid": 252}
changed: [node3] => (item=/opt/cni/bin) => {"changed": true, "gid": 0, "group": "root", "item": "/opt/cni/bin", "mode": "0755", "owner": "kube", "path": "/opt/cni/bin", "size": 40, "state": "directory", "uid": 252}
changed: [node4] => (item=/opt/cni/bin) => {"changed": true, "gid": 0, "group": "root", "item": "/opt/cni/bin", "mode": "0755", "owner": "kube", "path": "/opt/cni/bin", "size": 40, "state": "directory", "uid": 252}
changed: [node1] => (item=/opt/cni/bin) => {"changed": true, "gid": 0, "group": "root", "item": "/opt/cni/bin", "mode": "0755", "owner": "kube", "path": "/opt/cni/bin", "size": 40, "state": "directory", "uid": 252}
TASK [kubernetes/preinstall : create temporary resolveconf cloud init file] **************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:42 +0100 (0:00:02.311) 0:03:59.151 ********
TASK [kubernetes/preinstall : Add domain/search/nameservers/options to resolv.conf] ******************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:42 +0100 (0:00:00.131) 0:03:59.283 ********
TASK [kubernetes/preinstall : Remove search/domain/nameserver options before block] ******************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:42 +0100 (0:00:00.117) 0:03:59.400 ********
TASK [kubernetes/preinstall : Remove search/domain/nameserver options after block] *******************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:42 +0100 (0:00:00.171) 0:03:59.572 ********
TASK [kubernetes/preinstall : get temporary resolveconf cloud init file content] *********************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:42 +0100 (0:00:00.174) 0:03:59.747 ********
TASK [kubernetes/preinstall : persist resolvconf cloud init file] ************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:42 +0100 (0:00:00.104) 0:03:59.851 ********
TASK [kubernetes/preinstall : Update package management cache (YUM)] *********************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:42 +0100 (0:00:00.108) 0:03:59.960 ********
TASK [kubernetes/preinstall : Expire management cache (YUM) for Updation - Redhat] *******************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:43 +0100 (0:00:00.114) 0:04:00.074 ********
TASK [kubernetes/preinstall : Update package management cache (YUM) - Redhat] ************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:43 +0100 (0:00:00.124) 0:04:00.199 ********
TASK [kubernetes/preinstall : Install latest version of python-apt for Debian distribs] **************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:43 +0100 (0:00:00.112) 0:04:00.312 ********
TASK [kubernetes/preinstall : Install python-dnf for latest RedHat versions] *************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:43 +0100 (0:00:00.106) 0:04:00.418 ********
TASK [kubernetes/preinstall : Install epel-release on RedHat/CentOS] *********************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:43 +0100 (0:00:00.112) 0:04:00.531 ********
TASK [kubernetes/preinstall : Install packages requirements] *****************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:43 +0100 (0:00:00.115) 0:04:00.647 ********
TASK [kubernetes/preinstall : Confirm selinux deployed] **********************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:43 +0100 (0:00:00.202) 0:04:00.850 ********
TASK [kubernetes/preinstall : Set selinux policy] ****************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:43 +0100 (0:00:00.108) 0:04:00.958 ********
TASK [kubernetes/preinstall : Disable IPv6 DNS lookup] ***********************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:44 +0100 (0:00:00.111) 0:04:01.070 ********
TASK [kubernetes/preinstall : set default sysctl file path] ******************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:44 +0100 (0:00:00.113) 0:04:01.183 ********
ok: [node2] => {"ansible_facts": {"sysctl_file_path": "/etc/sysctl.d/99-sysctl.conf"}, "changed": false}
ok: [node4] => {"ansible_facts": {"sysctl_file_path": "/etc/sysctl.d/99-sysctl.conf"}, "changed": false}
ok: [node1] => {"ansible_facts": {"sysctl_file_path": "/etc/sysctl.d/99-sysctl.conf"}, "changed": false}
ok: [node3] => {"ansible_facts": {"sysctl_file_path": "/etc/sysctl.d/99-sysctl.conf"}, "changed": false}
TASK [kubernetes/preinstall : Stat sysctl file configuration] ****************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:45 +0100 (0:00:01.099) 0:04:02.283 ********
ok: [node4] => {"changed": false, "stat": {"exists": false}}
ok: [node1] => {"changed": false, "stat": {"exists": false}}
ok: [node2] => {"changed": false, "stat": {"exists": false}}
ok: [node3] => {"changed": false, "stat": {"exists": false}}
TASK [kubernetes/preinstall : Change sysctl file path to link source if linked] **********************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:46 +0100 (0:00:01.371) 0:04:03.655 ********
TASK [kubernetes/preinstall : Enable ip forwarding] **************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:46 +0100 (0:00:00.123) 0:04:03.779 ********
changed: [node4] => {"changed": true}
changed: [node1] => {"changed": true}
changed: [node3] => {"changed": true}
changed: [node2] => {"changed": true}
TASK [kubernetes/preinstall : Write cloud-config] ****************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:48 +0100 (0:00:02.143) 0:04:05.922 ********
TASK [kubernetes/preinstall : Hosts | populate inventory into hosts file] ****************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:49 +0100 (0:00:00.127) 0:04:06.050 ********
changed: [node3] => {"changed": true, "msg": "Block inserted"}
changed: [node2] => {"changed": true, "msg": "Block inserted"}
changed: [node1] => {"changed": true, "msg": "Block inserted"}
changed: [node4] => {"changed": true, "msg": "Block inserted"}
TASK [kubernetes/preinstall : Hosts | populate kubernetes loadbalancer address into hosts file] ******************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:51 +0100 (0:00:02.534) 0:04:08.584 ********
TASK [kubernetes/preinstall : Hosts | localhost ipv4 in hosts file] **********************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:51 +0100 (0:00:00.122) 0:04:08.707 ********
changed: [node3] => {"backup": "/etc/hosts.3024.2018-01-26@13:46:53~", "changed": true, "msg": "line replaced"}
changed: [node2] => {"backup": "/etc/hosts.2795.2018-01-26@13:46:53~", "changed": true, "msg": "line replaced"}
changed: [node1] => {"backup": "/etc/hosts.2822.2018-01-26@13:46:53~", "changed": true, "msg": "line replaced"}
changed: [node4] => {"backup": "/etc/hosts.2797.2018-01-26@13:46:53~", "changed": true, "msg": "line replaced"}
TASK [kubernetes/preinstall : Hosts | localhost ipv6 in hosts file] **********************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:53 +0100 (0:00:01.914) 0:04:10.622 ********
changed: [node1] => {"backup": "/etc/hosts.2847.2018-01-26@13:46:54~", "changed": true, "msg": "line replaced"}
changed: [node2] => {"backup": "/etc/hosts.2820.2018-01-26@13:46:54~", "changed": true, "msg": "line replaced"}
changed: [node3] => {"backup": "/etc/hosts.3049.2018-01-26@13:46:54~", "changed": true, "msg": "line replaced"}
changed: [node4] => {"backup": "/etc/hosts.2822.2018-01-26@13:46:54~", "changed": true, "msg": "line replaced"}
TASK [kubernetes/preinstall : Configure dhclient to supersede search/domain/nameservers] *************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:54 +0100 (0:00:01.315) 0:04:11.938 ********
TASK [kubernetes/preinstall : Configue dhclient hooks for resolv.conf (non-RH)] **********************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:55 +0100 (0:00:00.126) 0:04:12.064 ********
TASK [kubernetes/preinstall : Configue dhclient hooks for resolv.conf (RH-only)] *********************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:55 +0100 (0:00:00.123) 0:04:12.188 ********
TASK [kubernetes/preinstall : Remove kubespray specific config from dhclient config] *****************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:55 +0100 (0:00:00.135) 0:04:12.323 ********
TASK [kubernetes/preinstall : Remove kubespray specific dhclient hook] *******************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:55 +0100 (0:00:00.125) 0:04:12.448 ********
TASK [kubernetes/preinstall : Check if we are running inside a Azure VM] *****************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:55 +0100 (0:00:00.118) 0:04:12.566 ********
ok: [node3] => {"changed": false, "stat": {"exists": false}}
ok: [node2] => {"changed": false, "stat": {"exists": false}}
ok: [node1] => {"changed": false, "stat": {"exists": false}}
ok: [node4] => {"changed": false, "stat": {"exists": false}}
TASK [kubernetes/preinstall : install growpart] ******************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:57 +0100 (0:00:01.475) 0:04:14.042 ********
TASK [kubernetes/preinstall : check if growpart needs to be run] *************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:57 +0100 (0:00:00.125) 0:04:14.168 ********
TASK [kubernetes/preinstall : check fs type] *********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:57 +0100 (0:00:00.114) 0:04:14.282 ********
TASK [kubernetes/preinstall : run growpart] **********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:46:57 +0100 (0:00:00.114) 0:04:14.397 ********
TASK [kubernetes/preinstall : run xfs_growfs] ********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:04 +0100 (0:00:06.857) 0:04:21.255 ********
TASK [docker/docker-storage : docker-storage-setup | install git and make] ***************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:04 +0100 (0:00:00.124) 0:04:21.379 ********
TASK [docker/docker-storage : docker-storage-setup | docker-storage-setup sysconfig template] ********************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:04 +0100 (0:00:00.142) 0:04:21.522 ********
TASK [docker/docker-storage : docker-storage-override-directory | docker service storage-setup override dir] *****************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:04 +0100 (0:00:00.109) 0:04:21.632 ********
TASK [docker/docker-storage : docker-storage-override | docker service storage-setup override file] **************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:04 +0100 (0:00:00.105) 0:04:21.738 ********
TASK [docker/docker-storage : docker-storage-setup | install and run container-storage-setup] ********************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:04 +0100 (0:00:00.110) 0:04:21.848 ********
TASK [docker : gather os specific variables] *********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:04 +0100 (0:00:00.106) 0:04:21.954 ********
TASK [docker : set dns server for docker] ************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:05 +0100 (0:00:00.116) 0:04:22.071 ********
ok: [node2] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3"]}, "changed": false}
ok: [node3] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3"]}, "changed": false}
ok: [node1] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3"]}, "changed": false}
ok: [node4] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3"]}, "changed": false}
TASK [docker : set base docker dns facts] ************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:06 +0100 (0:00:01.023) 0:04:23.095 ********
ok: [node2] => {"ansible_facts": {"docker_dns_options": ["ndots:2", "timeout:2", "attempts:2"], "docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local"]}, "changed": false}
ok: [node3] => {"ansible_facts": {"docker_dns_options": ["ndots:2", "timeout:2", "attempts:2"], "docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local"]}, "changed": false}
ok: [node1] => {"ansible_facts": {"docker_dns_options": ["ndots:2", "timeout:2", "attempts:2"], "docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local"]}, "changed": false}
ok: [node4] => {"ansible_facts": {"docker_dns_options": ["ndots:2", "timeout:2", "attempts:2"], "docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local"]}, "changed": false}
TASK [docker : add upstream dns servers (only when dnsmasq is not used)] *****************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:07 +0100 (0:00:01.220) 0:04:24.315 ********
ok: [node1] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3"]}, "changed": false}
ok: [node3] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3"]}, "changed": false}
ok: [node4] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3"]}, "changed": false}
ok: [node2] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3"]}, "changed": false}
TASK [docker : add global searchdomains] *************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:08 +0100 (0:00:01.134) 0:04:25.450 ********
ok: [node1] => {"ansible_facts": {"docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local"]}, "changed": false}
ok: [node3] => {"ansible_facts": {"docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local"]}, "changed": false}
ok: [node4] => {"ansible_facts": {"docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local"]}, "changed": false}
ok: [node2] => {"ansible_facts": {"docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local"]}, "changed": false}
TASK [docker : check system nameservers] *************************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:09 +0100 (0:00:01.429) 0:04:26.879 ********
ok: [node3] => {"changed": false, "cmd": "grep \"^nameserver\" /etc/resolv.conf | sed 's/^nameserver\\s*//'", "delta": "0:00:00.004652", "end": "2018-01-26 13:47:11.659298", "rc": 0, "start": "2018-01-26 13:47:11.654646", "stderr": "", "stderr_lines": [], "stdout": "172.29.146.3\n172.29.146.6\n10.146.146.3\n10.146.146.6", "stdout_lines": ["172.29.146.3", "172.29.146.6", "10.146.146.3", "10.146.146.6"]}
ok: [node4] => {"changed": false, "cmd": "grep \"^nameserver\" /etc/resolv.conf | sed 's/^nameserver\\s*//'", "delta": "0:00:00.004277", "end": "2018-01-26 13:47:11.665010", "rc": 0, "start": "2018-01-26 13:47:11.660733", "stderr": "", "stderr_lines": [], "stdout": "10.146.146.3\n10.146.146.6", "stdout_lines": ["10.146.146.3", "10.146.146.6"]}
ok: [node2] => {"changed": false, "cmd": "grep \"^nameserver\" /etc/resolv.conf | sed 's/^nameserver\\s*//'", "delta": "0:00:00.004318", "end": "2018-01-26 13:47:11.664381", "rc": 0, "start": "2018-01-26 13:47:11.660063", "stderr": "", "stderr_lines": [], "stdout": "10.146.146.3\n10.146.146.6", "stdout_lines": ["10.146.146.3", "10.146.146.6"]}
ok: [node1] => {"changed": false, "cmd": "grep \"^nameserver\" /etc/resolv.conf | sed 's/^nameserver\\s*//'", "delta": "0:00:00.004583", "end": "2018-01-26 13:47:11.664431", "rc": 0, "start": "2018-01-26 13:47:11.659848", "stderr": "", "stderr_lines": [], "stdout": "10.146.146.3\n10.146.146.6", "stdout_lines": ["10.146.146.3", "10.146.146.6"]}
TASK [docker : check system search domains] **********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:11 +0100 (0:00:01.851) 0:04:28.730 ********
ok: [node3] => {"changed": false, "cmd": "grep \"^search\" /etc/resolv.conf | sed 's/^search\\s*//'", "delta": "0:00:00.003870", "end": "2018-01-26 13:47:13.390674", "rc": 0, "start": "2018-01-26 13:47:13.386804", "stderr": "", "stderr_lines": [], "stdout": "iem.pw.edu.pl", "stdout_lines": ["iem.pw.edu.pl"]}
ok: [node4] => {"changed": false, "cmd": "grep \"^search\" /etc/resolv.conf | sed 's/^search\\s*//'", "delta": "0:00:00.003927", "end": "2018-01-26 13:47:13.391060", "rc": 0, "start": "2018-01-26 13:47:13.387133", "stderr": "", "stderr_lines": [], "stdout": "iem.pw.edu.pl", "stdout_lines": ["iem.pw.edu.pl"]}
ok: [node1] => {"changed": false, "cmd": "grep \"^search\" /etc/resolv.conf | sed 's/^search\\s*//'", "delta": "0:00:00.003494", "end": "2018-01-26 13:47:13.391123", "rc": 0, "start": "2018-01-26 13:47:13.387629", "stderr": "", "stderr_lines": [], "stdout": "iem.pw.edu.pl", "stdout_lines": ["iem.pw.edu.pl"]}
ok: [node2] => {"changed": false, "cmd": "grep \"^search\" /etc/resolv.conf | sed 's/^search\\s*//'", "delta": "0:00:00.003874", "end": "2018-01-26 13:47:13.392645", "rc": 0, "start": "2018-01-26 13:47:13.388771", "stderr": "", "stderr_lines": [], "stdout": "iem.pw.edu.pl", "stdout_lines": ["iem.pw.edu.pl"]}
TASK [docker : add system nameservers to docker options] *********************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:13 +0100 (0:00:01.729) 0:04:30.460 ********
ok: [node4] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3", "10.146.146.3", "10.146.146.6"]}, "changed": false}
ok: [node3] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3", "172.29.146.3", "172.29.146.6", "10.146.146.3", "10.146.146.6"]}, "changed": false}
ok: [node1] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3", "10.146.146.3", "10.146.146.6"]}, "changed": false}
ok: [node2] => {"ansible_facts": {"docker_dns_servers": ["10.233.0.3", "10.146.146.3", "10.146.146.6"]}, "changed": false}
TASK [docker : add system search domains to docker options] ******************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:14 +0100 (0:00:01.087) 0:04:31.547 ********
ok: [node1] => {"ansible_facts": {"docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local", "iem.pw.edu.pl"]}, "changed": false}
ok: [node3] => {"ansible_facts": {"docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local", "iem.pw.edu.pl"]}, "changed": false}
ok: [node2] => {"ansible_facts": {"docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local", "iem.pw.edu.pl"]}, "changed": false}
ok: [node4] => {"ansible_facts": {"docker_dns_search_domains": ["default.svc.cluster.local", "svc.cluster.local", "iem.pw.edu.pl"]}, "changed": false}
TASK [docker : check number of nameservers] **********************************************************************************************************************************************************************************************************************************************
Friday 26 January 2018 14:47:15 +0100 (0:00:01.016) 0:04:32.563 ********
fatal: [node3]: FAILED! => {"changed": false, "msg": "Too many nameservers. You can relax this check by set docker_dns_servers_strict=no and we will only use the first 3."}
NO MORE HOSTS LEFT ***********************************************************************************************************************************************************************************************************************************************************************
to retry, use: --limit @/home/stud/nazarewk/kubernetes/kubernetes-cluster/kubespray/cluster.retry
PLAY RECAP *******************************************************************************************************************************************************************************************************************************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0
node1 : ok=60 changed=14 unreachable=0 failed=0
node2 : ok=58 changed=14 unreachable=0 failed=0
node3 : ok=59 changed=15 unreachable=0 failed=1
node4 : ok=57 changed=14 unreachable=0 failed=0
Friday 26 January 2018 14:47:16 +0100 (0:00:00.722) 0:04:33.286 ********
===============================================================================
bootstrap-os : Bootstrap | Run bootstrap.sh ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 147.23s
bootstrap-os : Bootstrap | Install pip ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 12.38s
kubernetes/preinstall : run growpart ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 6.86s
bootstrap-os : Install required python modules ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 6.32s
kubernetes/preinstall : Create kubernetes directories ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 4.97s
bootstrap-os : Gather nodes hostnames --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3.64s
bootstrap-os : Bootstrap | Copy get-pip.py ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 3.47s
kubernetes/preinstall : Stop if known booleans are set as strings (Use JSON format on CLI: -e "{'key': true }") ------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2.95s
bootstrap-os : Bootstrap | Install pip launcher ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2.78s
kubernetes/preinstall : Hosts | populate inventory into hosts file ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2.53s
bootstrap-os : Remove require tty ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2.45s
kubernetes/preinstall : Create cni directories ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2.31s
Gathering Facts ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2.15s
kubernetes/preinstall : Enable ip forwarding -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2.14s
adduser : User | Create User Group ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2.09s
bootstrap-os : Bootstrap | Check if we need to install pip ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 1.98s
kubernetes/preinstall : Hosts | localhost ipv4 in hosts file ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1.91s
bootstrap-os : Bootstrap | Remove get-pip.py -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1.88s
docker : check system nameservers ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1.85s
kubernetes/preinstall : check if kubelet is configured ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1.82s
bin/setup-cluster 105,12s user 28,56s system 45% cpu 4:53,64 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment