test_web_ui_vars.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Copyright 2020 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. # Usage: tasks/main.yml
  16. awx_url: http://localhost
  17. return_status: 200
  18. fail_return_status: -1
  19. awx_listening_port: 80
  20. time: 1
  21. actual_containers: 4
  22. empty_password: ""
  23. boundary_password: "a1b2c3d4"
  24. lengthy_password: "a1b2c3d4e5f6g7h8i9j10k11"
  25. unsupported_password: "un supported-password"
  26. package: "docker-ce"
  27. awx_exists_msg: "Installation Skipped: AWX instance is already running on your system"
  28. awx_not_exists_msg: "AWX does not exist"
  29. validate_password_success_msg: "Password validation succesful"
  30. validate_password_fail_msg: "Password validation failed"
  31. resource_exists_success_msg: "Success: Requested resource(s) exists"
  32. resource_exists_fail_msg: "Failure: Requested resource(s) does not exists"
  33. compute_group_name: "compute"
  34. manager_group_name: "manager"
  35. tower_cli_package_name: "ansible-tower-cli"
  36. docker_container_name: "awx_web"
  37. container_up_status_success_msg: "Container is running successfully after the reboot"
  38. container_up_status_fail_msg: "Container is not running after the reboot"