been able to do simple ad-hoc commands but now trying to run a relatively simple playbook
ansible-playbook -C /etc/ansible/playbooks/apache/site.yml
[WARNING]: The version of gmp you have installed has a known issue regarding
timing vulnerabilities when used with pycrypto. If possible, you should update
it (i.e. yum update gmp).
PLAY [apply common configuration to all nodes] ********************************
GATHERING FACTS ***************************************************************
ok: [dbb001.stt.local]
PLAY [configure and deploy the webservers and application code] ***************
GATHERING FACTS ***************************************************************
ok: [dbb001.stt.local]
TASK: [web | Install http and php etc] ****************************************
failed: [dbb001.stt.local] => (item=httpd,php55u,git) => {“changed”: false, “failed”: true, “item”: “httpd,php55u,git”, “rc”: 0, “results”: }
msg: No Package matching ‘httpd’ found available, installed or updated
FATAL: all hosts have already failed – aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/site.retry
dbb001.stt.local : ok=2 changed=0 unreachable=0 failed=1
ansible --version
[WARNING]: The version of gmp you have installed has a known issue regarding
timing vulnerabilities when used with pycrypto. If possible, you should update
it (i.e. yum update gmp).
ansible 1.8.2
configured module search path = None