Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 869 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 869 Bytes

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.