Přidat inventory/hosts.yml
This commit is contained in:
commit
37dc0ce6e2
|
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
all:
|
||||||
|
hosts:
|
||||||
|
win-test:
|
||||||
|
ansible_host: manage01.manage.dragon-cloud.org
|
||||||
|
ansible_user: ansible # přihlašovací user
|
||||||
|
ansible_password: "Vlacek159+" # jeho heslo
|
||||||
|
ansible_connection: winrm
|
||||||
|
ansible_port: 5986
|
||||||
|
ansible_winrm_scheme: https
|
||||||
|
ansible_winrm_transport: credssp
|
||||||
|
ansible_winrm_server_cert_validation: ignore
|
||||||
Loading…
Reference in New Issue