I am trying to take a variable that is saved as a password from an Ansible Tower Survey and then verify its complexity.
The password needs to be at least 17 characters and contain uppercase, lowercase, number, and special character.
Does anyone know how to do this?