1
0
forked from finallycoffee/base

feat(mosh): add ansible role

This commit is contained in:
2025-04-27 17:36:49 +02:00
parent 115cfa8236
commit 762e2ffc27
7 changed files with 72 additions and 0 deletions

6
playbooks/mosh.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Manage and configure mosh
hosts: "{{ mosh_hosts | default('mosh', true) }}"
become: "{{ mosh_become | default(true) }}"
roles:
- role: finallycoffee.base.mosh