Venafi / ansible-role-venafi

(END-OF-LIFE) Ansible Role that uses Venafi to streamline machine identity (certificate and key) acquisition.
Apache License 2.0
14 stars 8 forks source link

Getting error, vcert.yml file is not able to locate the role. #7

Closed nhemchandra closed 4 years ago

nhemchandra commented 5 years ago

$ cat vcert.yml

$ ansible-playbook vcert.yml ERROR! the role 'venafi.ansible_role_venafi' was not found in /apps/Ansible/ansible-role-venafi-master/roles:/apps/Ansible:/apps/Ansible/tests/roles:/apps/Ansible/ansible-role-venafi-master

The error appears to have been in '/apps/Ansible/ansible-role-venafi-master/vcert.yml': line 3, column 7, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

roles:

arykalin commented 5 years ago

Hi @nhemchandra how you installed the role? Did you clone it from here or install it via ansible galaxy?

nhemchandra commented 5 years ago

I Cloned or from git

tr1ck3r commented 4 years ago

@nhemchandra were you able to resolve your issue?

nhemchandra commented 4 years ago

No sir, I give up.

I'm happy if you can help and I can give a shot.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Ryan Treat notifications@github.com Sent: Tuesday, November 12, 2019 7:26:11 PM To: Venafi/ansible-role-venafi ansible-role-venafi@noreply.github.com Cc: nhemchandra nhemchand@hotmail.com; Mention mention@noreply.github.com Subject: Re: [Venafi/ansible-role-venafi] Getting error, vcert.yml file is not able to locate the role. (#7)

@nhemchandrahttps://github.com/nhemchandra were you able to resolve your issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/Venafi/ansible-role-venafi/issues/7?email_source=notifications&email_token=AIRAA6S7PE2SE4QVJLME6ULQTNCSHA5CNFSM4IJO66WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4NZ4Y#issuecomment-553180403, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIRAA6W4ZR2YZQJYNETRQ33QTNCSHANCNFSM4IJO66WA.

tr1ck3r commented 4 years ago

@nhemchandra please try running pip install vcert --upgrade and ansible-galaxy install venafi.ansible_role_venafi, and then re-run ansible-playbook vcert.yml.