Sostituzione di prepare con un playbook che viene lanciato sulla macchina locale.

This commit is contained in:
Emiliano Vavassori 2024-10-01 00:19:21 +02:00
parent 23343af106
commit 813cf57d54
78 changed files with 885 additions and 70 deletions

23
roles/tmux/tasks/main.yml Normal file
View file

@ -0,0 +1,23 @@
---
# Managing tmux
- name: Installation
ansible.builtin.include_tasks: "install/{{ ansible_os_family | lower }}.yml"
args:
apply:
tags:
- tmux
- tmux-install
tags:
- tmux
- tmux-install
- name: Configuration
ansible.builtin.import_tasks: configuration.yml
tags:
- tmux
- tmux-config
- name: Manual steps
ansible.builtin.debug:
msg: "Please run prefix + I in tmux to install the needed plugins."