Chris Blum
Chris Blum
@cathode911 would you be open to migrate to v2 or do you use v1 for a particular reason?
The auth method selection is not a dropdown, but more like a freetext field with "suggestions". You can view all suggestions by deleting all text in the field and pressing...
Being Paranoid in security can be a good thing as long as it doesn't get in the way too much ;) IMO the problem is with this last sentence: >...
+1 on this - this is a hard requirement and was promised to customers from the Console folks (which will rely on you to implement this) The `become: true` method...
@japplewhite How is this ansible's fault if you specify explicitly that it should use the root user? Will the Console use the -u and -b switch to enable non-root usage?
could we rename the `modules` directory to `library`? That way Ansible would pick up the modules automatically without the need to set an environment variable...
That sounds weird... why would you need to copy playbooks around? And even if you do, you could just copy the library folder with...
isn't gdeploy installed as a rpm package? That way you can configure yourself which users are needed and which access rights it needs. Additionally you can select a specific hosts...
`CLIENT_LIST` could be play_hosts[:1] (all servers in the current run except the first) thus making `SERVER_LIST` to play_host[1] my 2c