mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-07 22:41:37 +01:00
feat: add base installs for all hosts
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- { role : sshd-config, tags : [ "sshd" ] }
|
- { role : sshd-config, tags : [ "sshd" ] }
|
||||||
- { role : rsyslog, tags : [ "rsyslog" ] }
|
- { role : rsyslog, tags : [ "rsyslog" ] }
|
||||||
- { role : monitoring-influx, tags : [ "influx" ] }
|
- { role : monitoring-influx, tags : [ "influx" ] }
|
||||||
|
- { role : base, tags : [ "base" ] }
|
||||||
|
|
||||||
- hosts: monitoring
|
- hosts: monitoring
|
||||||
roles:
|
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