mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
correct examples to match correct _password module parameter names (#23067)
This commit is contained in:
parent
a5da638d34
commit
a3e2280e62
1 changed files with 4 additions and 4 deletions
|
@ -75,8 +75,8 @@ EXAMPLES=r'''
|
||||||
- win_domain_controller:
|
- win_domain_controller:
|
||||||
dns_domain_name: ansible.vagrant
|
dns_domain_name: ansible.vagrant
|
||||||
domain_admin_user: testguy@ansible.vagrant
|
domain_admin_user: testguy@ansible.vagrant
|
||||||
domain_admin_pass: password123!
|
domain_admin_password: password123!
|
||||||
safe_mode_pass: password123!
|
safe_mode_password: password123!
|
||||||
state: domain_controller
|
state: domain_controller
|
||||||
log_path: c:\ansible_win_domain_controller.txt
|
log_path: c:\ansible_win_domain_controller.txt
|
||||||
|
|
||||||
|
@ -91,8 +91,8 @@ EXAMPLES=r'''
|
||||||
tasks:
|
tasks:
|
||||||
- win_domain_controller:
|
- win_domain_controller:
|
||||||
domain_admin_user: testguy@ansible.vagrant
|
domain_admin_user: testguy@ansible.vagrant
|
||||||
domain_admin_pass: password123!
|
domain_admin_password: password123!
|
||||||
local_admin_pass: password123!
|
local_admin_password: password123!
|
||||||
state: member_server
|
state: member_server
|
||||||
log_path: c:\ansible_win_domain_controller.txt
|
log_path: c:\ansible_win_domain_controller.txt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue