I am looking to use Ansible Galaxy with the requirements.yml file and we use a private bitbucket account
If i enter the below into the requirements.yml. - src: git+https://bitbucket.org/temprepo/aws_rds.git version: master - src: git+https://bitbucket.org/temprepo/aws_ec2.git version: master If i run 'ansible-galaxy install -r requirements.yml' then it will download the roles, however I am prompted for the user and pass for every role. Is there a way that I can suppress the user / pass entry prompting multiply time by providing them in a different way or using ssh? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a3495ab2-11a1-4665-94b7-72f74f1e3e65%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
