This commit is contained in:
2023-11-23 14:57:54 +01:00
parent ab1cf29082
commit 26ccfd6503
2 changed files with 5 additions and 2 deletions

View File

@@ -27,10 +27,10 @@
- { role: grog.management-user, tags: user }
- { role: willshersystems.sshd, tags: ssh }
- { role: GROG.package, tags: package }
- { role: robertdebock.fail2ban, tags: ban }
- { role: robertdebock.fail2ban, tags: ban, when: "{{ install_fail2ban|default('false') }}"}
- { role: nickhammond.logrotate, tags: log }
- { role: geerlingguy.pip, tags: pip }
- { role: geerlingguy.docker, tags: docker }
- { role: geerlingguy.docker, tags: docker, when: "{{ install_docker|default('false') }}" }
tasks:

View File

@@ -1,5 +1,8 @@
---
install_docker: true
install_fail2ban: true
package_list:
- name: python3-pip
- name: proxychains