My server is ubuntu 16.04 and i ran this line
sudo ansible-playbook -i hosts playbook_prod.yml -u wylis -k --ask-sudo-pass
from my laptop (Mac OS X). What does this error mean?
TASK [Stouts.postfix : Configure postfix pt. 5] ***************************************************************************************
fatal: [10.0.0.44]: FAILED! => {"changed": true, "cmd": ["/usr/sbin/postmap", "/etc/postfix/generic"], "delta": "0:00:01.004583", "end": "2017-05-17 22:23:33.569335", "failed": true, "rc": 1, "start": "2017-05-17 22:23:32.564752", "stderr": "postmap: warning: valid_hostname: numeric hostname: 10.0.0.44\npostmap: fatal: file /etc/postfix/
main.cf: parameter myhostname: bad parameter value: 10.0.0.44", "stderr_lines": ["postmap: warning: valid_hostname: numeric hostname: 10.0.0.44", "postmap: fatal: file /etc/postfix/
main.cf: parameter myhostname: bad parameter value: 10.0.0.44"], "stdout": "", "stdout_lines": []}
thanks