Ansible windows安装 复制文件 执行程序

简介: 1、window主机:执行winrmchange.reg执行 ConfigureRemotingForAnsible.ps1执行:winrm qcwinrm set winrm/config/service '@{AllowUnencrypt...

1、window主机:
执行winrmchange.reg
执行 ConfigureRemotingForAnsible.ps1
执行:
winrm qc
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
winrm set winrm/config/service/auth '@{Basic="true"}'

2、vi /etc/ansible/hosts
[lsyhymwin]
172.20.60.60 ansible_ssh_user=administrator ansible_ssh_pass="B9clgys@" ansible_ssh_port=5985 ansible_connection="winrm" ansible_winrm_server_cert_validation=ignore

3、复制文件:ansible allwin -m win_copy -a "src=/root/Zabbix3AgentSetup dest=c:\ owner=administrator"

4、执行程序:ansible allwin -m raw -a "cd c:\Zabbix3AgentSetup\bin\Debug; c:\Zabbix3AgentSetup\bin\Debug\Zabbix3AgentSetup.exe"

目录
相关文章
|
19天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
19天前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
20天前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
33 0
Windows 平台安装 MongoDB
|
24天前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
28 4
|
27天前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
50 2
|
28天前
|
JavaScript Windows
windows安装vue
windows安装vue
|
29天前
|
应用服务中间件 Apache Windows
免安装版的Tomcat注册为windows服务
免安装版的Tomcat注册为windows服务
66 3
|
10天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
15 0
|
19天前
|
Windows
安装Windows XP系统
安装Windows XP系统
|
28天前
|
Ubuntu Linux 开发工具
windows11安装WLS2+Ubuntu
windows11安装WLS2+Ubuntu