commit 37dc0ce6e2c2a6e6e36964b20c7691f73f4bd3ed Author: admin.hasala Date: Tue Feb 3 12:04:54 2026 +0100 Přidat inventory/hosts.yml diff --git a/inventory/hosts.yml b/inventory/hosts.yml new file mode 100644 index 0000000..5f1aad0 --- /dev/null +++ b/inventory/hosts.yml @@ -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