skip to Main Content

ERROR! the role Users/xxxx/ansible/roles/basic_install' was not found – Debian

i am running an ansible playbook, but it won't find my defined roles. I get the following error: ERROR! the role 'Users/xxxx/ansible/roles/basic_install' was not found in /Users/xxxx/ansible/playbooks/roles:/Users/xxxx/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/Users/xxxx/ansible/playbooks The error appears to be in '/Users/xxxx/ansible/playbooks/byrule.yml': line 6, column 7, but may…

VIEW QUESTION

Running Ansible using slurm user: how can I fix ansible.legacy.setup failed to execute error? – Ubuntu

TASK [Gathering Facts] ********************************************************* task path: /opt/playbook/site.yml:1 Using module file /usr/local/lib/python3.10/dist-packages/ansible/modules/setup.py Pipelining is enabled. <localhost> ESTABLISH LOCAL CONNECTION FOR USER: slurm <localhost> EXEC /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mvloemssulwwmnnhtatxivyevcbshjsb ; /usr/bin/python3'"'"' && sleep 0'…

VIEW QUESTION

Get multiple file contents to one Ansible variable – Ubuntu

On Ubuntu 18 server in directory /home/adminuser/keys are 5 files that contain key parts: /home/adminuser/key/ |- unseal_key_0 |- unseal_key_1 |- unseal_key_2 |- unseal_key_3 |- unseal_key_4 File contents: 1bbeaafab5037a287bde3e5203c8b2cd205f4cc55b4fcffe7931658dc20d8cdcdf bdf7a6ee4c493aca5b9cc2105077ec67738a0e8bf21936abfc5d1ff8080b628fcb 545c087d3d59d02556bdbf8690c8cc9faafec0e9766bb42de3a7884159356e91b8 053207b0683a8a2886129f7a1988601629a9e7e0d8ddbca02333ce08f1cc7b3887 2320f6275804341ebe5d39a623dd309f233e454b4453c692233ca86212a3d40b5f Part of Ansible playbook (task): - name: Reading…

VIEW QUESTION
Back To Top
Search