https://github.com/p3r7/ansible-tramp
Emacs package to bind TRAMP w/ an Ansible Inventory
https://github.com/p3r7/ansible-tramp
ansible emacs helm tramp
Last synced: 2 months ago
JSON representation
Emacs package to bind TRAMP w/ an Ansible Inventory
- Host: GitHub
- URL: https://github.com/p3r7/ansible-tramp
- Owner: p3r7
- Created: 2020-01-15T22:48:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T22:53:49.000Z (over 6 years ago)
- Last Synced: 2026-03-28T07:44:58.657Z (3 months ago)
- Topics: ansible, emacs, helm, tramp
- Language: Emacs Lisp
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-tramp
Helper functions to retrieve an Ansible inventory as an elisp object.
Helm binding to connect to any host from the inventory.
## Installation
Not yet on [Melpa](https://melpa.org/).
For now, the recommended way to install is with [use-package](https://github.com/jwiegley/use-package), [quelpa](https://github.com/quelpa/quelpa) and [quelpa-use-package](https://github.com/quelpa/quelpa-use-package).
To require everything:
```el
(use-package ansible-tramp
:quelpa (ansible-tramp :fetcher github :repo "p3r7/ansible-tramp"))
```