Add Monitoring service
This commit is contained in:
parent
32e55247b4
commit
f5b9fd4707
2 changed files with 5 additions and 9 deletions
|
@ -55,6 +55,11 @@
|
||||||
rule: allow
|
rule: allow
|
||||||
port: '22'
|
port: '22'
|
||||||
proto: tcp
|
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
|
- name: Allow everything and enable UFW
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
|
|
9
test.yml
9
test.yml
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
- name: Update web servers
|
|
||||||
hosts: all
|
|
||||||
remote_user: root
|
|
||||||
tasks:
|
|
||||||
- name: Install htop
|
|
||||||
ansible.builtin.apt:
|
|
||||||
name: htop
|
|
||||||
state: present
|
|
Loading…
Reference in a new issue