From 37dc0ce6e2c2a6e6e36964b20c7691f73f4bd3ed Mon Sep 17 00:00:00 2001 From: "admin.hasala" Date: Tue, 3 Feb 2026 12:04:54 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20inventory/hosts.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory/hosts.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 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