You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to install on the same server as I'm running ansible. (is this bad?)
I haven't changed my hosts file as I thought localhost would be the default.
After I change the hosts file with the IP of the current server, the same error occured.
So either the installation instructions should be updated or am I missing something.
Output of important commands
ansible all -m ping
afterburner.local | FAILED => module ping not found in /home/afterburner/afterburner-ansible/library
ansible-playbook site.yml
ERROR: shell is not a legal parameter in an Ansible task or handler
An update, ansible is probably broken on the debian repository, installed from source as per their guide and it works.
just a hint to put on the instructions:
note: if you're trying to run ansible ont he same host where the server will be installed add the paramenter -c local to the command
*** I'm new to ansible, so it really took me a while to figure it all out.
It's been a while, sorry I don't remember what I did.
At the end I didn't use it because it was broken on the Debian repositories and I'd have to be updating all by myself.
To be really honest, I don't think there are advantages of using this.
The latest update was over 2 years ago and they are never gonna fix the issues that are still open.
I want to install on the same server as I'm running ansible. (is this bad?)
I haven't changed my
hosts
file as I thought localhost would be the default.After I change the
hosts
file with the IP of the current server, the same error occured.So either the installation instructions should be updated or am I missing something.
Output of important commands
Here is my history (cd,cat,ls, etcommited)
The text was updated successfully, but these errors were encountered: