[ansible-project] Able to sign in with password when SAML SSO is configured

2020-11-30 Thread davidb...@gmail.com
Hi everyone, I've recently configured a Tower installation that uses SAML SSO authentication for a number of my users but I've noticed we're able to sign in with the password I configured the user with during user creation *as well as with *using SSO. With SSO configured, the password field goe

[ansible-project] Where to place the code that creates a VM in Azure?

2020-11-30 Thread Henk Franssen
I am new to Ansible. I've set up and understand the directory structure specified here: https://docs.ansible.com/ansible/latest/user_guide/sample_setup.html I'm using Ansible to create and configure virtual machines in Azure. I'm using the Azure module to do this. I'm unsure where to put the

Re: [ansible-project] When Or statement

2020-11-30 Thread J C
Hello, Just thought I would uypdate. I was not able to find the correct syntax for an or in a when statement. What I end up doing, and I am sure there is a better way to do it, was create separate lists then adding them together. - name: Create a list without Gigabit interfaces set_f