Ansible modules for IPA: don't validate the certs

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-09-01 15:43:49 +02:00
parent 105bd01e3a
commit 9717fadb44
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
3 changed files with 7 additions and 0 deletions

View file

@ -7,6 +7,7 @@
ipa_host: "{{ ipa_server }}"
ipa_user: admin
ipa_pass: "{{ipa_admin_password}}"
validate_certs: no
tags:
- config
- krb5

View file

@ -219,6 +219,7 @@
ipa_host: localhost
ipa_user: admin
ipa_pass: "{{ipa_admin_password}}"
validate_certs: no
tags:
- ipa/server
- config
@ -242,6 +243,7 @@
ipa_host: localhost
ipa_user: admin
ipa_pass: "{{ipa_admin_password}}"
validate_certs: no
tags:
- ipa/server
- config
@ -296,6 +298,7 @@
ipa_host: localhost
ipa_user: admin
ipa_pass: "{{ipa_admin_password}}"
validate_certs: no
tags:
- ipa/server
- config
@ -320,6 +323,7 @@
ipa_host: localhost
ipa_user: admin
ipa_pass: "{{ipa_admin_password}}"
validate_certs: no
tags:
- ipa/server
- config

View file

@ -7,6 +7,7 @@
ipa_host: "{{ ipa_server }}"
ipa_user: admin
ipa_pass: "{{ipa_admin_password}}"
validate_certs: no
tags:
- config
- krb5
@ -19,6 +20,7 @@
ipa_host: "{{ ipa_server }}"
ipa_user: admin
ipa_pass: "{{ipa_admin_password}}"
validate_certs: no
tags:
- config
- krb5