initial pfannkuchen
This commit is contained in:
parent
b6dafc7a73
commit
4d305fa19f
99 changed files with 3575 additions and 321 deletions
14
hawser.yml
14
hawser.yml
|
|
@ -1,14 +1,6 @@
|
|||
---
|
||||
- name: Hawser
|
||||
- name: Hawser Setup
|
||||
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
|
||||
roles:
|
||||
- hawser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue