feat: add basic alpine support

This commit is contained in:
Simon Cornet 2025-10-24 20:06:42 +02:00
commit 5dfc4a5f21
4 changed files with 51 additions and 1 deletions

View file

@ -54,3 +54,10 @@
name: "ssh.service"
state: "restarted"
enabled: true
# ssh
- name: "restart ssh alpine"
ansible.builtin.service:
name: "sshd"
state: "restarted"
enabled: true