https://github.com/maxmellon/tmux-playbook
https://github.com/maxmellon/tmux-playbook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmellon/tmux-playbook
- Owner: MaxMEllon
- License: mit
- Created: 2016-09-08T01:33:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T22:19:08.000Z (almost 10 years ago)
- Last Synced: 2025-02-13T17:15:06.306Z (over 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tmux-playbook
About
---
This playbook is for setup of tmux to hosts.
Usage
---
* remote
```
$ echo [REMOTE_IP] > hosts
$ ansible-playbook -i hosts playbook.yml
```
* local
```
$ echo 127.0.0.1 > hosts
$ ansible-playbook -i hosts playbook.yml --connection=local
```
Requirements
---
* `ansible` >= 2.1.1.0
Author
---
* MaxMEllon (Kento TSUJI) ``