AAROC / DevOps

DevOps code to deploy eScience services
http://www.africa-grid.org/DevOps
Other
19 stars 40 forks source link

Child group is not defined #356

Closed mekuanent closed 7 years ago

mekuanent commented 7 years ago

Configuration Issue

ERROR: child group is not defined: (idp.ethernet.edu.et)

Here is bash code ansible-playbook -i inventories/inventory.ethernet.edu.et idp-ldap.yml shibv3idp-ldap.yml

brucellino commented 7 years ago

Hi @mekuanent thanks for reporting the issue. I'm going to try and reproduce it.

brucellino commented 7 years ago

Sorry, I missed this error in the code-review (and we don't test for this... so I'm thinking of updating the travis tests). There was a problem with your inventory. You included single hosts in a :children definition - however, the children need to be defined as groups. I've included the site group instead of the individual hosts.

mekuanent commented 7 years ago

Another Issue Bruce ERROR: become is not a legal parameter in an Ansible task or handler

brucellino commented 7 years ago

hi @mekuanent - please open a new issue with this error. See CONTRIBUTING.md for more info :smiley: