My brand new ARM server, freshly installed refuse to be managaed by ansible.
As soon as I try to reach it, here is the error I get back :
ansible chronos -m ping -u root -k SSH password: chronos.du-jour.fr | UNREACHABLE! => { "changed": false, "msg": "Unicode-objects must be encoded before hashing", "unreachable": true }Saisissez le code ici...
I use ansible 2.4 :
`
ansible 2.4.0.0
config file = /Users/loranger/.ansible.cfg
configured module search path = [u'/Users/loranger/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/Cellar/ansible/2.4.0.0/libexec/lib/python2.7/site-packages/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.14 (default, Sep 25 2017, 09:54:19) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)]
`
My other servers answers flawlessly, but not this one.
Did I miss something ?