/ansible-role-mono

A simple role for installing mono on a Linux host

Primary LanguageC#MIT LicenseMIT

Build Status

mono

The only purpose of this role is to install Mono (the cross platform and open source .NET framework) on Linux hosts.

Compatibility

  • CentOS 6
  • CentOS 7
  • Ubuntu 12.04
  • Ubuntu 14.04
  • Ubuntu 16.04
  • Debian 7
  • Debian 8
  • Debian 9

Variables

  • mono_package

By default this variable is set to mono-devel. You can set it to whatever you like.

mono_package: mono-complete
  • mono_extra_packages

Set this variable if you want to add packages with mono-devel.

mono_extra_packages:
  - ca-certificates-mono
  - mono-locale-extras

Example Playbook

- hosts: servers
  roles:
     - { role: mono }

License

MIT

Author Information

Sofiane MEDJKOUNE