/ansible-role-powershell-core

Install PowerShell Core on Fedora

MIT LicenseMIT

PowerShell Core

Install PowerShell Core on Fedora (Reference).

Role Variables

defaults/main.yml

name description type default
powershell_core_dependencies List of dependencies for PowerShell Core List [compat-openssl10]

vars/main.yml

name description type default
microsoft_key_url URL for Microsoft key URL https://packages.microsoft.com/keys/microsoft.asc
microsoft_repo_url URL for Microsoft yum repo URL https://packages.microsoft.com/config/rhel/7/prod.repo

Example Playbook

- hosts: workstations
  tasks:
  - import_role:
      name: powershell-core

License

MIT