„windowssample.yml“ ändern
This commit is contained in:
parent
15395911ac
commit
49972f52c7
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
- hosts: mws_win
|
- hosts: mws_win
|
||||||
vars:
|
vars:
|
||||||
ansible_user: Administrator
|
ansible_user: "Administrator"
|
||||||
ansible_password: Edv#Mws
|
ansible_password: "Edv#Mws"
|
||||||
ansible_connection: ssh
|
ansible_connection: "ssh"
|
||||||
ansible_shell_type: cmd
|
ansible_shell_type: "cmd"
|
||||||
ansible_ssh_common_args: -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|
ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||||
ansible_ssh_retries: 3
|
ansible_ssh_retries: 3
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user