Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize algorithm to verify if invalid argument was used. #652

Merged
merged 26 commits into from
Oct 4, 2021

Commits on Oct 1, 2021

  1. IPAAnsibleModule: Provide function to fail in param is invalid.

    Almost all modules require an algorithm ta validade if the user
    provided arguments for the playbook  are valid for the requested
    state and/or action.
    
    This patch provides a function that tests if any of a list of
    arguments were set, and fail with a standardized message, making
    all modules fail in the same way.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    3dd9855 View commit details
    Browse the repository at this point in the history
  2. automember: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    23e38fa View commit details
    Browse the repository at this point in the history
  3. delegation: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    06ccc70 View commit details
    Browse the repository at this point in the history
  4. dnsconfig: : Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    f343379 View commit details
    Browse the repository at this point in the history
  5. dnsforwardzone: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    67282b1 View commit details
    Browse the repository at this point in the history
  6. dnsrecord: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6f7b514 View commit details
    Browse the repository at this point in the history
  7. dnszone: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    089400d View commit details
    Browse the repository at this point in the history
  8. group: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    602f3a0 View commit details
    Browse the repository at this point in the history
  9. hbacrule: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    7564250 View commit details
    Browse the repository at this point in the history
  10. hbacsvc: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    43d1a06 View commit details
    Browse the repository at this point in the history
  11. hbacsvcgroup: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    952f62c View commit details
    Browse the repository at this point in the history
  12. host: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c497c8c View commit details
    Browse the repository at this point in the history
  13. hostgroup: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9bf2def View commit details
    Browse the repository at this point in the history
  14. location: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    fc3f64f View commit details
    Browse the repository at this point in the history
  15. permission: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    53defc9 View commit details
    Browse the repository at this point in the history
  16. privilege: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    08f9259 View commit details
    Browse the repository at this point in the history
  17. pwpolicy: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    efa6730 View commit details
    Browse the repository at this point in the history
  18. role: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    1ae2c1e View commit details
    Browse the repository at this point in the history
  19. selfservice: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    970d6c1 View commit details
    Browse the repository at this point in the history
  20. server: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    f9851f0 View commit details
    Browse the repository at this point in the history
  21. service: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    81672bd View commit details
    Browse the repository at this point in the history
  22. sudocmd: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    7f80a3f View commit details
    Browse the repository at this point in the history
  23. sudocmdgroup: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    14c9f30 View commit details
    Browse the repository at this point in the history
  24. sudorule: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    5a67aa7 View commit details
    Browse the repository at this point in the history
  25. user: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    2ec65e9 View commit details
    Browse the repository at this point in the history
  26. vault: Use IPAAnsibleModule method to validate arguments.

    Use the IPAAnsibleModule.params_fail_if_used method to validate
    arguments provided by user.
    rjeffman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    0fac277 View commit details
    Browse the repository at this point in the history