2
0
Fork 0
ansible-example/README.md

16 lines
546 B
Markdown
Raw Normal View History

2024-02-11 18:21:54 +01:00
# Beispiel Ansible
## Erste Schritte
Du musst einmal die `host_vars/server.example.com.yml` Datei umbennenen und die `inventory` Datei anpassen um deinen Host zu erreichen.
In `host_vars/server.example.com.yml` kannst du fail2ban und nftables konfigurieren.
## Dokumentation
### nftables
- [Rolle](https://github.com/ipr-cnrs/nftables/blob/master/README.md)
### fail2ban
- [Rolle](https://github.com/Oefenweb/ansible-fail2ban/blob/master/README.md)
- [Konfiguration](https://github.com/fail2ban/fail2ban/wiki/Proper-fail2ban-configuration)