batcave: Add a /var/tmux folder where we can share tmux sessions across users
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
bb719cdc5d
commit
d579699c58
1 changed files with 12 additions and 0 deletions
|
@ -502,3 +502,15 @@
|
|||
- config
|
||||
- batcave
|
||||
- selinux
|
||||
|
||||
- name: Create the /var/tmux folder for shared tmux session
|
||||
file: path=/var/tmux mode=774 owner=root group=sysadmin state=directory
|
||||
tags:
|
||||
- batcave
|
||||
- tmux
|
||||
|
||||
- name: Let the /var/tmux folder be writable to fi-apprentice as well
|
||||
command: setfacl -Rdm g:fi-apprentice:rwx /var/tmux
|
||||
tags:
|
||||
- batcave
|
||||
- tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue