Benjamin Watson
Benjamin Watson
The account being used is a Global Administrator.
@Fred-sun I'll give it a try soon.
Thanks for looking at this and offering some alternatives.
Any update on this? I'm upgraded to azure.azcollection v1.15.0 and the keyvault module complains if `access_policies` is omitted. But you shouldn't need to define any `access_policies` if RBAC is enabled...
I'm trying issue-76 as follows: molecule -> requirements.yml ```yaml - src: https://github.com/fubarhouse/ansible-role-nodejs.git name: fubarhouse.nodejs scm: git version: issue-76 ``` Install the role via molecule: ```bash molecule dependency - extracting fubarhouse.nodejs...
@fubarhouse, Thank you for authoring this role to begin with. As for your items: 1. Clearly if we're going to need to install OS packages as dependencies to support this,...
@fubarhouse , Yes, virtualenv can be a bit tricky with Ansible. We actually have an internal role for installing virtualenv on target hosts, creating a new virtualenv, and installing a...
Here is the output of my latest attempt. First the pre-conditions going in (molecule config): ```yaml # Example of VMWare VMs spun up with sizing/template info platforms: - name: ubuntu-1604-ar-hippocampe-$BRANCH_NAME...
I think $HOME/bin is on $PATH by default, no? I'm not sure if $HOME/bin exists by default, so perhaps you could default it to that (or ~/bin) and you could...
So I just ran it again via the issue-76 branch and it failed on the nvm update again on CentOS (maybe #57) isn't in issue-76 just yet? I set the...