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
Thanks for this cool initiative.
I'm having an error message when activation the user interface.
Here is my defaults/main.yml file for acl rules :
monit_webinterface_acl_rules :
"toto:titi"
"localhost"
I get those error when provisioning :
<127.0.0.1> REMOTE_MODULE group name=vagrant:monit state=present
failed: [default] => (item=toto:titi) => {"failed": true, "item": "toto:titi", "name": "toto:titi"}
msg: groupadd: 'toto:titi' is not a valid group name
Why is the module group invoked here ? I thought it would just replace the rules variable in the template file of the webinterface.
Thanks
Cyrille
The text was updated successfully, but these errors were encountered:
mtpereira
added a commit
to mtpereira/ansible-playbook-monit
that referenced
this issue
Nov 6, 2014
Hello,
Thanks for this cool initiative.
I'm having an error message when activation the user interface.
Here is my defaults/main.yml file for acl rules :
monit_webinterface_acl_rules :
I get those error when provisioning :
<127.0.0.1> REMOTE_MODULE group name=vagrant:monit state=present
failed: [default] => (item=toto:titi) => {"failed": true, "item": "toto:titi", "name": "toto:titi"}
msg: groupadd: 'toto:titi' is not a valid group name
Why is the module group invoked here ? I thought it would just replace the rules variable in the template file of the webinterface.
Thanks
Cyrille
The text was updated successfully, but these errors were encountered: