This commit is contained in:
parent
b99450233a
commit
2698e8a613
1 changed files with 11 additions and 2 deletions
|
@ -1,9 +1,18 @@
|
|||
---
|
||||
- name: Install siahsd
|
||||
apt:
|
||||
name: siahsd
|
||||
name:
|
||||
- debianutils
|
||||
- siahsd
|
||||
|
||||
- name: Create directories
|
||||
- name: Clone alarm-handlers
|
||||
ansible.builtin.git:
|
||||
repo: https://git.bitlair.nl/bitlair/alarm-handlers.git
|
||||
version: main
|
||||
dest: /opt/alarm
|
||||
accept_hostkey: yes
|
||||
|
||||
- name: Create log directory
|
||||
ansible.builtin.file:
|
||||
path: /var/log/siahsd
|
||||
state: directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue