inital
This commit is contained in:
commit
b6dafc7a73
9 changed files with 391 additions and 0 deletions
14
hawser.yml
Normal file
14
hawser.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: Hawser
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Hawser installieren (offizielles Install-Script)
|
||||
ansible.builtin.shell:
|
||||
cmd: curl -fsSL https://raw.githubusercontent.com/Finsys/hawser/main/scripts/install.sh | bash
|
||||
- name: Hawser aktivieren und starten
|
||||
ansible.builtin.systemd:
|
||||
name: hawser
|
||||
enabled: true
|
||||
state: started
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue