Skip to content

Managevisor: Giving access to a new user

If you are getting this error:

Your email "first.lastname@attracs.com" is not permitted to signin to this application

You likely need to: 1. Add the email address to this file:

attracs-linux-playbooks/services/managevisor/attracs.yml

  1. Run the ansible-playbook:

ansible-playbook services/managevisor/managevisor.yml --vault-password-file=.vault_password_file 1. alternatively use AWX Templates: "managevisor.attracs.com update"

  1. And lastly restart Managevisor if it did not already do so during the playbook (should automatically restart):
    ...
    TASK [supervisorctl restart managevisor-nightly.attracs.com] *************************************************************************************************************************************************************************
    changed: [attracs-devops-1]
    ...