feat: add base installs for all hosts

This commit is contained in:
2023-01-05 02:02:10 +01:00
parent f8806f30d9
commit df84c6be30
2 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
- { role : sshd-config, tags : [ "sshd" ] }
- { role : rsyslog, tags : [ "rsyslog" ] }
- { role : monitoring-influx, tags : [ "influx" ] }
- { role : base, tags : [ "base" ] }
- hosts: monitoring
roles:

View File

@@ -0,0 +1,8 @@
- name: Install packages
apt:
pkg:
- rsync
- zsh
- net-tools
- tcpdump
- git