Skip to content

NorthwaveSecurity/ansible-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powershell

This role installs powershell on Linux. It is based on the installation instructions by Microsoft.

Requirements

The following platforms are currently supported:

  • Debian 8
  • Debian 9
  • Debian 10
  • Ubuntu 16.04
  • Ubuntu 18.04
  • CentOS 7

Other RedHat family distributions may work but are not tested.

Role Variables

For normal use, no variables are required. For advanced use, see defaults/main.yml.

Example Playbook

Example usage:

- hosts: servers
  roles:
    - { role: northwave.powershell }

Development

Checkout the repository and run the following to test the role:

molecule test

See molecule documentation for more information.

Releases

No releases published

Packages

No packages published