Skip to content

Instantly share code, notes, and snippets.

@densogiaichned
densogiaichned / InstallTcAnsible.yml
Created October 18, 2022 05:22
Install TwinCAT with Ansible
# Install TwinCAT on a remote Windows machine.
# Files to upload from {{upload_dir}}, i.e.:
# - TC31-FULL-Setup.3.1.4024.35.exe
# - PsExec.exe (see https://learn.microsoft.com/en-us/sysinternals/downloads/psexec)
---
- name: Install TwinCAT
hosts: all
vars:
user_temp: ''
upload_dir: .install-files/