Open chosenonehacks opened 4 years ago
I managed to do some workaround. The issue was with one archive.
For some unknown to me reason, this archive is damaged, I couldn't extract it on ubuntu's from Digital Ocean, and I was able to extract it with 7zip on my Windows host.
root@manager:/opt/threatbox/roles/common/files# tar -xvf skel_xfce.tar.gz
tar: This does not look like a tar archive
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
So I just uploaded tar version (skel_xfce.tar) to my ansible host and changed config in file threatbox/roles/common/tasks/main.yml
to work on tar version of this archive. And that worked for me allowing to finish ansible-playbook.
I'm a bit late on this, but I'll dig into this. Thanks for the feedback.
Hi, I am not proficient with Ansible. I was trying to follow your guide and DigitalOcean guide how to prepare control host.
While running paybook with ansible I am getting fatal error:
I double-checked unzip and tar are in propper locations on ubuntu. Everything is a default Digital Ocean ubuntu 18.04