Skip to content

Instantly share code, notes, and snippets.

@mpiscaer
Created March 28, 2022 11:56
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 mpiscaer/072b30c935ac3d3c1e2bb3eb6ee70dcd to your computer and use it in GitHub Desktop.
Save mpiscaer/072b30c935ac3d3c1e2bb3eb6ee70dcd to your computer and use it in GitHub Desktop.
2022-03-28 11:53:50,555 p=3081 u=root n=ansible | [DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by default, this will change, but still be user configurable on deprecation. This feature will be removed in version 2.10. Deprecation warnings can be disabled
by setting deprecation_warnings=False in ansible.cfg.
2022-03-28 11:53:50,556 p=3081 u=root n=ansible | [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
2022-03-28 11:53:53,015 p=3081 u=root n=ansible | PLAY [Gather ceph-mon facts] ***************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:53,016 p=3081 u=root n=ansible | skipping: no hosts matched
2022-03-28 11:53:53,020 p=3081 u=root n=ansible | PLAY [Install ceph mons] *******************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:53,020 p=3081 u=root n=ansible | skipping: no hosts matched
2022-03-28 11:53:53,024 p=3081 u=root n=ansible | PLAY [Gather ceph-osd facts] ***************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:53,042 p=3081 u=root n=ansible | PLAY [Install ceph osds] *******************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:53,259 p=3081 u=root n=ansible | TASK [include_tasks] ***********************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:53,335 p=3081 u=root n=ansible | TASK [include_tasks] ***********************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:53,444 p=3081 u=root n=ansible | TASK [Ensure Ansible can work with SELinux] ************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:53,520 p=3081 u=root n=ansible | TASK [Set apt package pins] ****************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:53,718 p=3081 u=root n=ansible | TASK [apt_package_pinning : Add apt pin preferences] ***************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:55,204 p=3081 u=root n=ansible | ok: [storko1]
2022-03-28 11:53:55,285 p=3081 u=root n=ansible | TASK [Install python3-yaml] ****************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:57,000 p=3081 u=root n=ansible | ok: [storko1]
2022-03-28 11:53:57,081 p=3081 u=root n=ansible | TASK [ceph-facts : include facts.yml] ******************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:57,302 p=3081 u=root n=ansible | included: /etc/ansible/roles/ceph-ansible/roles/ceph-facts/tasks/facts.yml for storko1
2022-03-28 11:53:57,406 p=3081 u=root n=ansible | TASK [ceph-facts : check if it is atomic host] *********************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:58,276 p=3081 u=root n=ansible | ok: [storko1]
2022-03-28 11:53:58,357 p=3081 u=root n=ansible | TASK [ceph-facts : set_fact is_atomic] *****************************************************************************************************************************************************************************************************************************************
2022-03-28 11:53:59,119 p=3081 u=root n=ansible | ok: [storko1]
2022-03-28 11:53:59,200 p=3081 u=root n=ansible | TASK [ceph-facts : check if podman binary is present] **************************************************************************************************************************************************************************************************************************
2022-03-28 11:54:00,056 p=3081 u=root n=ansible | ok: [storko1]
2022-03-28 11:54:00,170 p=3081 u=root n=ansible | TASK [ceph-facts : set_fact container_binary] **********************************************************************************************************************************************************************************************************************************
2022-03-28 11:54:00,869 p=3081 u=root n=ansible | ok: [storko1]
2022-03-28 11:54:00,951 p=3081 u=root n=ansible | TASK [ceph-facts : set_fact discovered_interpreter_python] *********************************************************************************************************************************************************************************************************************
2022-03-28 11:54:01,027 p=3081 u=root n=ansible | TASK [ceph-facts : set_fact ceph_release ceph_stable_release] ******************************************************************************************************************************************************************************************************************
2022-03-28 11:54:01,724 p=3081 u=root n=ansible | ok: [storko1]
2022-03-28 11:54:01,869 p=3081 u=root n=ansible | TASK [ceph-facts : set_fact monitor_name ansible_hostname] *********************************************************************************************************************************************************************************************************************
2022-03-28 11:54:01,918 p=3081 u=root n=ansible | fatal: [storko1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'ansible_hostname'\n\nThe error appears to be in '/etc/ansible/roles/ceph-ansible/roles/ceph-facts/tasks/facts.yml': line 27, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: set_fact monitor_name ansible_hostname\n ^ here\n"}
2022-03-28 11:54:01,919 p=3081 u=root n=ansible | NO MORE HOSTS LEFT *************************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:54:01,920 p=3081 u=root n=ansible | PLAY RECAP *********************************************************************************************************************************************************************************************************************************************************************
2022-03-28 11:54:01,920 p=3081 u=root n=ansible | storko1 : ok=8 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment