Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
bdc466fb
Unverified
Commit
bdc466fb
authored
3 years ago
by
Thomas Woerner
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #578 from rjeffman/tests_fix_trust_password
tests/trust: Add ipaadmin_password to test playbooks.
parents
7f210551
3522b786
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/trust/test_trust.yml
+3
-1
3 additions, 1 deletion
tests/trust/test_trust.yml
with
3 additions
and
1 deletion
tests/trust/test_trust.yml
+
3
−
1
View file @
bdc466fb
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
-
name
:
delete trust
-
name
:
delete trust
ipatrust
:
ipatrust
:
ipaadmin_password
:
SomeADMINpassword
realm
:
windows.local
realm
:
windows.local
state
:
absent
state
:
absent
register
:
del_trust
register
:
del_trust
...
@@ -36,6 +37,7 @@
...
@@ -36,6 +37,7 @@
-
name
:
add trust
-
name
:
add trust
ipatrust
:
ipatrust
:
ipaadmin_password
:
SomeADMINpassword
realm
:
windows.local
realm
:
windows.local
admin
:
Administrator
admin
:
Administrator
password
:
secret_ad_pw
password
:
secret_ad_pw
...
@@ -48,4 +50,4 @@
...
@@ -48,4 +50,4 @@
register
:
check_add_trust
register
:
check_add_trust
failed_when
:
"
'1
trust
matched'
not
in
check_add_trust.stdout"
failed_when
:
"
'1
trust
matched'
not
in
check_add_trust.stdout"
when
:
trust_test_is_supported | default(false)
when
:
trust_test_is_supported | default(false)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment