Skip to content

Instantly share code, notes, and snippets.

@alexanderkjeldaas
Created May 15, 2019 20:15
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 alexanderkjeldaas/6b7d354b59ab3801c8da0d5b69bf7bf9 to your computer and use it in GitHub Desktop.
Save alexanderkjeldaas/6b7d354b59ab3801c8da0d5b69bf7bf9 to your computer and use it in GitHub Desktop.
ansible output
PLAY [localhost] *******************************************************************************************************************************************************************************************
TASK [Check ansible version >=2.7.8] ***********************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:42 +0200 (0:00:00.107) 0:00:00.107 *********
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
[WARNING]: Could not match supplied host pattern, ignoring: bastion
PLAY [bastion[0]] ******************************************************************************************************************************************************************************************
skipping: no hosts matched
PLAY [k8s-cluster:etcd:calico-rr] **************************************************************************************************************************************************************************
TASK [download : include_tasks] ****************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:42 +0200 (0:00:00.077) 0:00:00.184 *********
TASK [download : include_tasks] ****************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:43 +0200 (0:00:00.066) 0:00:00.251 *********
TASK [download : set_fact] *********************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:43 +0200 (0:00:00.069) 0:00:00.320 *********
ok: [node1]
ok: [node2]
ok: [node3]
TASK [download : Download items] ***************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:43 +0200 (0:00:00.148) 0:00:00.468 *********
TASK [download : Sync items] *******************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:43 +0200 (0:00:00.164) 0:00:00.633 *********
TASK [kubespray-defaults : Configure defaults] *************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:43 +0200 (0:00:00.168) 0:00:00.801 *********
ok: [node1] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
ok: [node2] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
ok: [node3] => {
"msg": "Check roles/kubespray-defaults/defaults/main.yml"
}
TASK [bootstrap-os : Fetch /etc/os-release] ****************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:43 +0200 (0:00:00.148) 0:00:00.950 *********
ok: [node1]
ok: [node2]
ok: [node3]
TASK [bootstrap-os : include_tasks] ************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.270) 0:00:01.221 *********
TASK [bootstrap-os : include_tasks] ************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.069) 0:00:01.291 *********
TASK [bootstrap-os : include_tasks] ************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.066) 0:00:01.357 *********
TASK [bootstrap-os : include_tasks] ************************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.066) 0:00:01.423 *********
included: /Users/alekje/code/fp/accounting-common/production/k8s/kubespray/roles/bootstrap-os/tasks/bootstrap-debian.yml for node1, node2, node3
TASK [bootstrap-os : Check if bootstrap is needed] *********************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.110) 0:00:01.534 *********
ok: [node1]
ok: [node2]
ok: [node3]
TASK [bootstrap-os : Check http::proxy in /etc/apt/apt.conf] ***********************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.239) 0:00:01.773 *********
TASK [bootstrap-os : Add http_proxy to /etc/apt/apt.conf if http_proxy is defined] *************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.068) 0:00:01.842 *********
TASK [bootstrap-os : Check https::proxy in /etc/apt/apt.conf] **********************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.067) 0:00:01.909 *********
TASK [bootstrap-os : Add https_proxy to /etc/apt/apt.conf if https_proxy is defined] ***********************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.066) 0:00:01.976 *********
TASK [bootstrap-os : Install python] ***********************************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.065) 0:00:02.042 *********
TASK [bootstrap-os : Install dbus for the hostname module] *************************************************************************************************************************************************
Wednesday 15 May 2019 22:14:44 +0200 (0:00:00.065) 0:00:02.107 *********
fatal: [node1]: FAILED! => {"changed": false, "msg": "Could not detect which package manager to use. Try gathering facts or setting the \"use\" option."}
fatal: [node3]: FAILED! => {"changed": false, "msg": "Could not detect which package manager to use. Try gathering facts or setting the \"use\" option."}
fatal: [node2]: FAILED! => {"changed": false, "msg": "Could not detect which package manager to use. Try gathering facts or setting the \"use\" option."}
NO MORE HOSTS LEFT *****************************************************************************************************************************************************************************************
to retry, use: --limit @/Users/alekje/code/fp/accounting-common/production/k8s/kubespray/cluster.retry
PLAY RECAP *************************************************************************************************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=0
node1 : ok=5 changed=0 unreachable=0 failed=1
node2 : ok=5 changed=0 unreachable=0 failed=1
node3 : ok=5 changed=0 unreachable=0 failed=1
Wednesday 15 May 2019 22:14:45 +0200 (0:00:00.861) 0:00:02.969 *********
===============================================================================
bootstrap-os : Install dbus for the hostname module ------------------------------------------------------------------------------------------------------------------------------------------------- 0.86s
bootstrap-os : Fetch /etc/os-release ---------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.27s
bootstrap-os : Check if bootstrap is needed --------------------------------------------------------------------------------------------------------------------------------------------------------- 0.24s
download : Sync items ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.17s
download : Download items --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.16s
download : set_fact --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.15s
kubespray-defaults : Configure defaults ------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.15s
bootstrap-os : include_tasks ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 0.11s
Check ansible version >=2.7.8 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.08s
bootstrap-os : include_tasks ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 0.07s
download : include_tasks ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.07s
bootstrap-os : Check http::proxy in /etc/apt/apt.conf ----------------------------------------------------------------------------------------------------------------------------------------------- 0.07s
bootstrap-os : Add http_proxy to /etc/apt/apt.conf if http_proxy is defined ------------------------------------------------------------------------------------------------------------------------- 0.07s
bootstrap-os : Check https::proxy in /etc/apt/apt.conf ---------------------------------------------------------------------------------------------------------------------------------------------- 0.07s
bootstrap-os : include_tasks ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 0.07s
bootstrap-os : include_tasks ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 0.07s
download : include_tasks ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.07s
bootstrap-os : Install python ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.07s
bootstrap-os : Add https_proxy to /etc/apt/apt.conf if https_proxy is defined ----------------------------------------------------------------------------------------------------------------------- 0.07s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment