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

Making possible to specify all "crypto" advanced configurations for "create peer task" on ansible playbook #74

Closed
wants to merge 3 commits into from

Conversation

davidfdr
Copy link
Contributor

The parameters "crypto" and "certificate_authority" are mutual exclusive. So, if we provide the crypto configuration, we will have an error when the playbook tries to resolve the CA configuration because the CA name can't be provided using "certificate_authority" parameter.

The changes are:

  1. When "crypto" is provided, the ansible will use all provided information and won´t try to retrieve the ca using the name provided on "certificate_authority" parameter.
  2. Added new example for peer configuration playbook.

…book for creating peers and added new advanced example
…book for creating peers and added new advanced example

Signed-off-by: David F D Reis <[email protected]>
@davidfdr davidfdr closed this Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant