Add Monitoring service

This commit is contained in:
Kekskurse 2023-07-21 13:03:45 +02:00
parent 32e55247b4
commit f5b9fd4707
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
2 changed files with 5 additions and 9 deletions

View File

@ -55,6 +55,11 @@
rule: allow
port: '22'
proto: tcp
#Monitoring Server
- name: Install monitoring service from deb
ansible.builtin.apt:
deb: https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/stable.deb
- name: Allow everything and enable UFW
community.general.ufw:

View File

@ -1,9 +0,0 @@
---
- name: Update web servers
hosts: all
remote_user: root
tasks:
- name: Install htop
ansible.builtin.apt:
name: htop
state: present