mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
feat: add base installs for all hosts
This commit is contained in:
@@ -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:
|
||||
|
||||
8
roles/base/tasks/main.yaml
Normal file
8
roles/base/tasks/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Install packages
|
||||
apt:
|
||||
pkg:
|
||||
- rsync
|
||||
- zsh
|
||||
- net-tools
|
||||
- tcpdump
|
||||
- git
|
||||
Reference in New Issue
Block a user