Skip to content

testcab/ansible-role-isdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-isdev

Install InstallShield onto Windows machines.

Requirements

None.

This ansible role by default downloads InstallShield 2019 from Flexera. If you need to download and install another version, you must specify the version, source url and destination path in role variables.

Role Variables

Variable Default Comment
version "2019" The InstallShield Release
url https://flexerasoftware.flexnetoperations.com/control/inst/AnonymousDownload?dkey=14741887 InstallShield Installer URL
dest Downloads/InstallShield2019R2ProfessionalComp.exe Download location

Dependencies

None.

Example Playbook

#!/usr/bin/env ansible-playbook
---
- hosts: isdev
  gather_facts: no
  roles:
    - name: pallxk/isdev
      #version: "2019"
      #url: https://flexerasoftware.flexnetoperations.com/control/inst/AnonymousDownload?dkey=14741887
      #dest: Downloads/InstallShield2019R2ProfessionalComp.exe

License

MIT

Author Information

pallxk testcab

About

An Ansible Role that installs InstallShield on Windows machines

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published