mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
tests/trust: Add ipaadmin_password to test playbooks.
Test playbooks were missing ipaadmin_password.
This commit is contained in:
@@ -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 @@
|
|||||||
|
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user