An open API service indexing awesome lists of open source software.

https://github.com/maxmellon/tmux-playbook


https://github.com/maxmellon/tmux-playbook

Last synced: about 1 year ago
JSON representation

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) ``