Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzuki-shunsuke/ansible-tmux-conf
ansible role to install your tmux config hosted on the Github
https://github.com/suzuki-shunsuke/ansible-tmux-conf
ansible ansible-role oss tmux
Last synced: 9 days ago
JSON representation
ansible role to install your tmux config hosted on the Github
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/ansible-tmux-conf
- Owner: suzuki-shunsuke
- License: mit
- Archived: true
- Created: 2016-10-22T05:22:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T14:54:50.000Z (over 1 year ago)
- Last Synced: 2024-10-27T08:23:32.435Z (4 months ago)
- Topics: ansible, ansible-role, oss, tmux
- Language: Ruby
- Homepage: https://galaxy.ansible.com/suzuki-shunsuke/tmux-conf/
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-tmux-conf
[![Ansible Role](https://img.shields.io/ansible/role/d/12946.svg)](https://galaxy.ansible.com/suzuki-shunsuke/tmux-conf/)
[![Ansible Role](https://img.shields.io/ansible/role/12946.svg)](https://galaxy.ansible.com/suzuki-shunsuke/tmux-conf/)
[![Build Status](https://travis-ci.org/suzuki-shunsuke/ansible-tmux-conf.svg?branch=master)](https://travis-ci.org/suzuki-shunsuke/ansible-tmux-conf)
[![GitHub last commit](https://img.shields.io/github/last-commit/suzuki-shunsuke/ansible-tmux-conf.svg)](https://github.com/suzuki-shunsuke/ansible-tmux-conf)ansible role to install tmux configurations.
## Requirements
* git
## Role Variables
name | required | default | description
--- | --- | --- | ---
tmux_conf_repo | yes | |
tmux_conf_cloned_dest | yes | |
tmux_conf_version | no | HEAD |
tmux_conf_links | no | [] |## Dependencies
Nothing.
## Example Playbook
```yaml
- hosts: servers
roles:
- role: suzuki-shunsuke.tmux-conf
tmux_conf_repo: "https://github.com/suzuki-shunsuke/tmux.conf"
tmux_conf_cloned_dest: "{{ansible_env.HOME}}/repos/src/github.com/suzuki-shunsuke/tmux.conf"
tmux_conf_version: mac
tmux_conf_links:
- src: "{{(ansible_os_family == 'Darwin')|ternary('mac', 'linux')}}_tmux.conf"
dest: "{{ansible_env.HOME}}/.tmux.conf"
```## License
[MIT](LICENSE)