https://github.com/appsilon/ansible-r
https://github.com/appsilon/ansible-r
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appsilon/ansible-r
- Owner: Appsilon
- License: mit
- Created: 2022-04-05T17:06:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T17:38:43.000Z (8 months ago)
- Last Synced: 2025-10-07T19:38:27.773Z (8 months ago)
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Ansile Role: R
=========
An Ansible role that sets up multiple R versions.
[](https://github.com/Appsilon/ansible-r/actions/workflows/ci.yml)
[](https://galaxy.ansible.com/appsilon/r_language)
Requirements
------------
None.
Role Variables
--------------
* `downloads_path` [default: `/var/lib/ansible/downloads`]: Directory name where
artefacts will be downloaded (will be created)
* `r_versions` [default: `4.1.0, 4.0.0, 3.6.3, 3.5.3, 3.5.0`]: R versions to install
Dependencies
------------
None.
Example Playbook
----------------
```yaml
- hosts: all
roles:
- appsilon.r_language
```
License
-------
MIT
Author Information
------------------
[`Appsilon`](https://appsilon.com/)