Ansible-playbook Error

I try to install analytics according to the link :
https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/43385371/edX+Analytics+Installation

When i run this command :cry:

########################################################################
virtualenv ansible

. ansible / bin / activate
git clone https: //github .com /edx/configuration .git

cd configuration/

make requirements

cd playbooks/

ansible-playbook -i localhost, -c local analytics_single.yml --extra-vars "INSIGHTS_LMS_BASE=mysite.org"

#########################################################################
I got this error :cry:

#########################################################################

TASK [aws : Gather ec2 facts for use in other roles] *******************************************************************************************************************
fatal: [localhost]: FAILED! => {“censored”: “the output has been hidden due to the fact that ‘no_log: true’ was specified for this result”, “changed”: false}

PLAY RECAP *************************************************************************************************************************************************************
localhost : ok=34 changed=6 unreachable=0 failed=1 skipped=46 rescued=0 ignored=1

INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Gather ec2 facts for use in other roles ---------------------------------------- 23.30s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Install role-independent useful system packages [0] ----------------------------- 7.72s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Update apt-get ------------------------------------------------------------------ 5.22s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Install ubuntu system packages -------------------------------------------------- 4.99s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Update expired apt keys --------------------------------------------------------- 1.29s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Create common directories ------------------------------------------------------- 1.03s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Update CA Certificates ---------------------------------------------------------- 0.83s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Copy the templates to their respestive destination ------------------------------ 0.77s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Gathering Facts ----------------------------------------------------------------- 0.73s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing: Install packages ---------------------------------------------------------------- 0.71s
INFO:ansible.plugins.callback./root/configuration/playbooks/callback_plugins/task_timing:
Playbook Deploy all analytics services to a single node finished: 2019-09-27 07:59:17.672118, 81 total tasks. 0:00:48.866883 elapsed.

########################################################################
please help me :cry:

1 Like

i am also facing the same issue almost. i get playbook error. unable to figure out.

change no_log: False in configuration/main.yml at master · edx/configuration · GitHub

I am also facing the same issue.