From bce29cabdbbd9d21b2850701094087fd85160b38 Mon Sep 17 00:00:00 2001 From: jdreichmann Date: Sun, 19 May 2019 19:05:03 +0200 Subject: [PATCH] tmux: add to inventory and add play for tmux --- inventory.yaml | 4 ++++ tmux.yml | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 tmux.yml diff --git a/inventory.yaml b/inventory.yaml index 5b46f5c..dcac6a3 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -18,3 +18,7 @@ redshift: hosts: xenon: +tmux: + hosts: + xenon: + diff --git a/tmux.yml b/tmux.yml new file mode 100644 index 0000000..4a91874 --- /dev/null +++ b/tmux.yml @@ -0,0 +1,7 @@ +--- + +- name: Set up tmux + hosts: tmux + become: true + roles: + - tmux