14 lines
194 B
YAML
14 lines
194 B
YAML
---
|
|
# tmux
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventories/client tasks/shell.tmux.yml
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- hosts: all
|
|
gather_facts: true
|
|
|
|
roles:
|
|
|
|
- lsa.tmux |