Kleinere Verbesserungen - misc (#255)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#255
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2021-11-26 12:26:55 +01:00
parent 19231a60be
commit 642b56d465
3 changed files with 12 additions and 3 deletions

View file

@ -150,6 +150,15 @@
use_sudo_nopass: yes use_sudo_nopass: yes
user_state: present user_state: present
groups: root, docker groups: root, docker
servers:
- docker
- username: munin
password: "{{ lookup('keepass', 'munin_linux_password_hash', 'password') }}"
update_password: always
use_sudo: yes
use_sudo_nopass: yes
user_state: present
groups: root
servers: servers:
- production - production
- test - test

View file

@ -75,6 +75,6 @@
gitea_disable_registration: true gitea_disable_registration: true
gitea_fail2ban_enabled: true gitea_fail2ban_enabled: true
gitea_fail2ban_jail_maxretry: 10 gitea_fail2ban_jail_maxretry: 3
gitea_fail2ban_jail_findtime: 300 gitea_fail2ban_jail_findtime: 300
gitea_fail2ban_jail_bantime: 300 gitea_fail2ban_jail_bantime: 600

View file

@ -1,4 +1,4 @@
--- ---
- import_playbook: 1_bootstrap.yml - import_playbook: 1_bootstrap.yml
- import_playbook: 2_all.yml
- import_playbook: 4_update_packages.yml - import_playbook: 4_update_packages.yml
- import_playbook: 2_all.yml