Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aisbergg/ansible-role-linux-rmate
:wrench: An Ansible role to install the rmate script for remote text editing.
https://github.com/aisbergg/ansible-role-linux-rmate
ansible ansible-role rmate
Last synced: 2 months ago
JSON representation
:wrench: An Ansible role to install the rmate script for remote text editing.
- Host: GitHub
- URL: https://github.com/aisbergg/ansible-role-linux-rmate
- Owner: aisbergg
- License: mit
- Created: 2020-03-21T13:30:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T20:28:11.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T15:55:24.397Z (5 months ago)
- Topics: ansible, ansible-role, rmate
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ansible Role: `aisbergg.rmate`
This Ansible role installs the [rmate](https://github.com/aurora/rmate) script. Rmate allows to edit files on a remote server using an editor like TextMate, Visual Studio Code or Atom.
## Requirements
None.
## Role Variables
| Variable | Default | Comments |
|----------|---------|----------|
| `rmate_repository` | `https://github.com/aurora/rmate.git` | Repository to install the rmate script from. |
| `rmate_version` | `latest` | The script version to install. The value can be either a specific value (e.g. '1.0.2') or 'latest'. |
| `rmate_aliases` | `['rcode']` | Aliases for the executable. |## Example Playbook
```yaml
- hosts: all
vars:
rmate_version: latest
rmate_aliases:
- rcoderoles:
- aisbergg.rmate
```## Dependencies
None.
## License
MIT
## Author Information
Andre Lehmann ([email protected])